awesome-asyncio icon indicating copy to clipboard operation
awesome-asyncio copied to clipboard

Add aioping

Open Crypto-Spartan opened this issue 4 years ago • 1 comments

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

Crypto-Spartan avatar Jul 16 '20 03:07 Crypto-Spartan

+1

johnclary avatar Nov 03 '21 02:11 johnclary