awesome-asyncio
awesome-asyncio copied to clipboard
Add aioping
aioping is a fast asyncio implementation of ICMP (ping) protocol.
There are 2 ways to use the library. First one is interactive, which sends results to standard Python logger. Alternatively, you can call a ping function, which returns a ping delay in milliseconds or throws an exception in case of error.
https://github.com/stellarbit/aioping
Why is it awesome?
- aioping was built to be fast
- aioping is the most up-to-date asyncio ping library
- aioping has great developer support
+1