Skip to content

Command line python script that, given IPv4 and IPv6 addresses, calculates the CIDR ranges which contains them.

Notifications You must be signed in to change notification settings

clpo13/rangecalc-improved

 
 

Repository files navigation

rangecalc-improved

Command line python script that, given IPv4 and IPv6 addresses, calculates the CIDR ranges which contains them. Requires Python 3. Run with python3 combinedcalc.py.

A Django-based web version is also available. Install prerequisites with pip3 install -r requirements.txt. Start the webserver with python3 manage.py runserver and access at http://localhost:8000/calc.

About

Command line python script that, given IPv4 and IPv6 addresses, calculates the CIDR ranges which contains them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.6%
  • HTML 4.4%