Aug-09-2023, 03:42 AM
(This post was last modified: Aug-09-2023, 03:42 AM by deanhystad.)
There is a Python ICMP library, so you could write you own python version of ping. You might not even need ICMP. Just test if you can complete a socket connection. I don't see any reason why you couldn't "ping" 3000 ip addresses in a few seconds.
Checxk multiping example:
https://pypi.org/project/icmplib/
Checxk multiping example:
https://pypi.org/project/icmplib/