Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two questions #7

Open
mirceaulinic opened this issue Oct 13, 2016 · 1 comment
Open

Two questions #7

mirceaulinic opened this issue Oct 13, 2016 · 1 comment

Comments

@mirceaulinic
Copy link

Hi @samuel

I would like to use this package to monitor some interfaces using ICMP. A possible scenario is:
a batch of 15 pings executed every 3 seconds (3 seconds delay between two consecutive batches). However pyping, without forcing a specific timeout value, is not possible to do so, because would needs some enhancements:

  • bind to a specific source IP address
  • parallel or rapid asynchronous pings

Is any of the above on your bucket list at the moment?

Cheers,
Mircea

@jbrendel
Copy link

Actually, I recently did a from-scratch re-implementation of a ping for python, which has been specifically designed to monitor large numbers of IP addresses in an asynchronous manner. It also takes care of retries for you. Maybe it is what you are looking for? You can find it here: https://github.com/romana/multi-ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants