ValentinBELYN / icmplib

Easily forge ICMP packets and make your own ping and traceroute.
GNU Lesser General Public License v3.0
267 stars 45 forks source link

Async ping support #24

Closed JonasKs closed 3 years ago

JonasKs commented 3 years ago

Draft, up for suggestions or changes. Also feel free to close if you think this is out of scope.

Notes:

Utilizes asyncio.run_in_executor to make it awaitable.

Closes #24

ValentinBELYN commented 3 years ago

Thanks for the PR 👍 As I said in issue #23, the release of the version 2.0 is near. So, I put it aside for the next major release.

JonasKs commented 3 years ago

Closed. See #23 for reasoning. I'll update there whenever I release a asyncio library built on this icmplib.