Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 434 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 434 Bytes

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.