Skip to content
This repository has been archived by the owner on Jul 26, 2020. It is now read-only.
/ IpAddress Public archive

The ipaddress module provides factory functions to conveniently create IP addresses, networks and interfaces.(example min-project)

Notifications You must be signed in to change notification settings

talaatmagdyx/IpAddress

Repository files navigation

ipaddress provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks.

The functions and classes in this module make it straightforward to handle various tasks related to IP addresses, including checking whether or not two hosts are on the same subnet, iterating over all hosts in a particular subnet, checking whether or not a string represents a valid IP address or network definition, and so on.

Requirements :

  • Python 3.x

mini project

  • address_number.py calculate address number in your network

  • available_hosts.py calculate available hosts in network

  • broadcast_address_in_network.py calculate broadcast address in network

  • ipnetmask.py calculate netmask address in network

  • subnets.py calculate subnet network

  • ipPlanner.py calculate network address , Broadcast address and host IP addresses

About

The ipaddress module provides factory functions to conveniently create IP addresses, networks and interfaces.(example min-project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages