/ip-calc

Calculate how you should split up your IPv6 network

Primary LanguageJavaScript

Check it out!

This is a tool to calculate IPv6 subnets. It's similar to sipcalc, but runs entirely inside the browser and has a graphical user interface.

Feedback

Comments, questions, or suggestions? Check out the GitHub Issues page

Development

This is based off of create-react-app.

Start a development server at http://localhost:3000/ and watch for changes:

npm run start

Create a production build in /build/:

npm run build