Skip to content

emrahayanoglu/gping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPing

This is a fork of the python-ping project that strips out most everything and replaces it with gevent. The point is to have an event driven ping utility for doing many concurrent pings...

Example Usage

gp = GPing()
gp.send("127.0.0.1",test_callback)
gp.join()

Install

This should be easy on your average *nix box (raw sockets are needed). Just type sudo pip install gping

License and Credits

The python-ping project was started by Matthew Dixon Cowles.

- copyleft 1989-2011 by the python-ping team, see AUTHORS for more details.
- license: GNU GPL v2, see LICENSE for more details.

I have left the license and authors information intact, but this project seems to have a long history or forks and such so I am probably somehow pissing someone off or violating some license. Let me know if this is the case and I will be better.

About

ICMP ECHO Ping with Gevent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%