1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
iplib
-----
You can use this Python module (and the scripts 'ipconv.py', 'nmconv.py'
and 'cidrinfo.py') to convert amongst many different notations
and to manage couples of address/netmask in the CIDR notation.
How to use
----------
To learn how to use the 'iplib' Python module, see 'README.iplib';
the example scripts are described in 'README.scripts'.
License
-------
This code is release under the GPL license.
Disclaimer
----------
It's YOUR fault, not MINE! :-)
Author and contacts
-------------------
Davide Alberani
e-mail: da@erlug.linux.it
Iplib pages: http://erlug.linux.it/~da//soft/iplib/
my homepage: http://erlug.linux.it/~da/
ICQ UIN: 83641305 (nick 'Mad77') (very rarely used)
Jabber ID: alberanid@jabber.linux.it (very rarely used)
PGP KeyID: 0x465BFD47 (the key is available in my homepage)
|