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

Add aioping #79

Merged
merged 124 commits into from
Oct 30, 2022
Merged

Add aioping #79

merged 124 commits into from
Oct 30, 2022

Conversation

Crypto-Spartan
Copy link
Contributor

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

timofurrer and others added 30 commits November 1, 2016 11:14
Add peewee-async to list of database drivers
Add asynpgsa to the list of database drivers.
It displayed incorrectly on most Markdown viewers, including GitHub's.
This 90-minute video series is great to dive deeper into how the asyncio library works under the hood.
timofurrer and others added 25 commits June 1, 2019 17:38
A simple introduction to Python’s asyncio
Added aspider - An async web scraping micro-framework
Remove Bocadillo which is now unmaintained
Delete the link with a deleted article
Add aioping
@johnclary
Copy link

+1

@timofurrer timofurrer merged commit 448822a into timofurrer:main Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.