Skip to content

Instantly share code, notes, and snippets.

@chidea
chidea / ping.py
Last active September 5, 2022 15:34 — forked from pklaus/ping.py
A pure python3 ping implementation using raw socket.
#!/usr/bin/env python3
"""
Other Repositories of python-ping
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* https://github.com/l4m3rx/python-ping supports Python2 and Python3
* https://bitbucket.org/delroth/python-ping