https://github.com/atul-anand-jha/count-ip
count number of IP addresses between given two IPs; implemented in Python
https://github.com/atul-anand-jha/count-ip
computer-network ip-address python
Last synced: about 2 months ago
JSON representation
count number of IP addresses between given two IPs; implemented in Python
- Host: GitHub
- URL: https://github.com/atul-anand-jha/count-ip
- Owner: Atul-Anand-Jha
- License: unlicense
- Created: 2018-05-04T23:56:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T00:02:53.000Z (almost 7 years ago)
- Last Synced: 2025-01-19T06:47:02.089Z (3 months ago)
- Topics: computer-network, ip-address, python
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Count-IP
List the IP addresses between two given IP addresses.Count the number of IPs present between two IP addresses.
Code implemented in Python.
**Note:** You can take those given IPs through "string" input and processing them to "int". To generalize the program.
# Output:
>> List of IP addresses: ['192.168.111.232', '192.168.111.233', '192.168.111.234']
>> Total IP Addresses are 3