https://github.com/medicean/python-ping
python ping
https://github.com/medicean/python-ping
icmp ping python-ping
Last synced: 3 months ago
JSON representation
python ping
- Host: GitHub
- URL: https://github.com/medicean/python-ping
- Owner: Medicean
- Created: 2015-10-11T04:43:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-11T14:48:03.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T17:27:16.397Z (12 months ago)
- Topics: icmp, ping, python-ping
- Language: Python
- Size: 137 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-ping
Ping using python raw socket
---```
usage: sudo ping.py [-h] [--version] [-c COUNT] [-t TTL] [-s PACKETSIZE]
[--timeout TIMEOUT]
hostpositional arguments:
host Target hostoptional arguments:
-h, --help Show help message and exit
--version Show program's version number and exit
-c COUNT Send count ECHO_REQUEST packets (default:3)
-t TTL Set the IP Time to Live (default:64)
-s PACKETSIZE Set the sending packet size (default:64)
--timeout TIMEOUT Set the timeout (default: 2s)```
> Notice: Running as root.
---
Author: Medici.Yan
Site: http://blog.evalbug.com