https://github.com/ranjan2104/find-ip-address
IP addresses are written and displayed in human-readable notations, such as 172.16. 254.1 in IPv4, and 2001:db8:0:1234:0:567:8:1 in IPv6. The size of the routing prefix of the address is designated in CIDR notation by suffixing the address with the number of significant bits, e.g., 192.168.
https://github.com/ranjan2104/find-ip-address
python-3 requests socket-programming
Last synced: 11 days ago
JSON representation
IP addresses are written and displayed in human-readable notations, such as 172.16. 254.1 in IPv4, and 2001:db8:0:1234:0:567:8:1 in IPv6. The size of the routing prefix of the address is designated in CIDR notation by suffixing the address with the number of significant bits, e.g., 192.168.
- Host: GitHub
- URL: https://github.com/ranjan2104/find-ip-address
- Owner: Ranjan2104
- License: mpl-2.0
- Created: 2021-05-30T06:21:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T06:25:50.000Z (about 4 years ago)
- Last Synced: 2025-02-26T02:44:30.807Z (4 months ago)
- Topics: python-3, requests, socket-programming
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Find IP Address
IP addresses are written and displayed in human-readable notations, such as 172.16. 254.1 in IPv4, and 2001:db8:0:1234:0:567:8:1 in IPv6. The size of the routing prefix of the address is designated in CIDR notation by suffixing the address with the number of significant bits, e.g., 192.168.
