Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashsinghcodes/traceroute
Traceroute are computer network diagnostic commands for displaying possible routes and measuring transit delays of packets across an Internet Protocol network
https://github.com/yashsinghcodes/traceroute
Last synced: 11 days ago
JSON representation
Traceroute are computer network diagnostic commands for displaying possible routes and measuring transit delays of packets across an Internet Protocol network
- Host: GitHub
- URL: https://github.com/yashsinghcodes/traceroute
- Owner: yashsinghcodes
- License: gpl-3.0
- Created: 2021-04-20T16:48:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T08:15:17.000Z (over 3 years ago)
- Last Synced: 2024-10-06T05:02:51.456Z (3 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Traceroute
Traceroute are computer network diagnostic commands for displaying possible routes and measuring transit delays of packets across an Internet Protocol network## Currently under development
### TODO
- [x] Make it returns IPS
- [x] Add a function which tells the locations
- [ ] Convert it into python module(NO class only functions)
- [ ] Fix errors in some IP's
- [ ] Make it run in other OS (Linux)