Skip to content

mim5472/IPCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

IP address calculator using Python3.7
How to use.
Download or clone:
https://github.com/mim5472/mim5472.git

chmod u+x /path/to/file/ipcalc.py

Usage:
$ ./ipcalc.py -h
usage: ipcalc.py [-h] [--newprefix NEWPREFIX] ipaddr

positional arguments:
  ipaddr                IP address e.g. 10.10.10.1, 10.10.10.1/24,
                        10.10.10.0/24.

optional arguments:
  -h, --help            show this help message and exit
  --newprefix NEWPREFIX
                        Break network into smaller networks. e.g. 29, 30.

About

IP Calculator using Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages