/rangecalc-improved

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

Primary LanguagePython

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.