Skip to main content

Universal (IPv4/IPv6) IP address and netmask calculator

Project description

Universal (IPv4/IPv6) CIDR calculator

Source available at: bitbucket.org/asenci/uipcalc/

Please report any issues at: bitbucket.org/asenci/uipcalc/issues/

Installing:

$ pip install uipcalc

Usage:

uipcalc [-h] address [netmask]

Universal (IPv4/IPv6) IP address and netmask calculator

positional arguments:
  address     IP address with optional netmask in CIDR notation
  netmask     Netmask in dotted-decimal notation

optional arguments:
  -h, --help  show this help message and exit

Examples:

$ uipcalc 192.0.2.4/12
Number of addresses:  1048576

Network:    192.0.0.0
Broadcast:  192.15.255.255
Netmask:    255.240.0.0

Network:    11000000.00000000.00000000.00000000
Broadcast:  11000000.00001111.11111111.11111111
Netmask:    11111111.11110000.00000000.00000000

$ uipcalc 192.0.2.4/26
Number of addresses:  64

Network:    192.0.2.0
Broadcast:  192.0.2.63
Netmask:    255.255.255.192

Network:    11000000.00000000.00000010.00000000
Broadcast:  11000000.00000000.00000010.00111111
Netmask:    11111111.11111111.11111111.11000000

$ uipcalc 2001:DB8::/48
Number of addresses:  1208925819614629174706176

Network:    2001:0db8:0000:0000:0000:0000:0000:0000
Broadcast:  2001:0db8:0000:ffff:ffff:ffff:ffff:ffff
Netmask:    ffff:ffff:ffff:0000:0000:0000:0000:0000

Network:    0010000000000001.0000110110111000.0000000000000000.0000000000000000.0000000000000000.0000000000000000.0000000000000000.0000000000000000
Broadcast:  0010000000000001.0000110110111000.0000000000000000.1111111111111111.1111111111111111.1111111111111111.1111111111111111.1111111111111111
Netmask:    1111111111111111.1111111111111111.1111111111111111.0000000000000000.0000000000000000.0000000000000000.0000000000000000.0000000000000000

$ uipcalc 2001:DB8::/60
Number of addresses:  295147905179352825856

Network:    2001:0db8:0000:0000:0000:0000:0000:0000
Broadcast:  2001:0db8:0000:000f:ffff:ffff:ffff:ffff
Netmask:    ffff:ffff:ffff:fff0:0000:0000:0000:0000

Network:    0010000000000001.0000110110111000.0000000000000000.0000000000000000.0000000000000000.0000000000000000.0000000000000000.0000000000000000
Broadcast:  0010000000000001.0000110110111000.0000000000000000.0000000000001111.1111111111111111.1111111111111111.1111111111111111.1111111111111111
Netmask:    1111111111111111.1111111111111111.1111111111111111.1111111111110000.0000000000000000.0000000000000000.0000000000000000.0000000000000000

Requirements:

  • Python >= 2.6 (Python 3 not yet supported)

  • argparse (for Python 2.6)

  • ipaddr >= 2.1

License:

Licensed under ISC license.

See LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uipcalc-0.2.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

uipcalc-0.2.1-py2-none-any.whl (5.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page