Skip to content

byoungdale/subnetcalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subnet Calculator

A subnet calculator for IPv4 addresses built using the React and Netmask libraries.

I would like to add IPv6 support in the future. This will require a new ip address library since Netmask does not support IPv6. The ip library looks like the best option.