mtr-packet-python
mtr-packet-python copied to clipboard
Asynchronous network probes for Python
Attempting to specify the IP version using the 'ip_version' keyword argument to MtrPacket.probe fails due to problems in the _package_args method which has special handling for the argument at lines...
Hi, I'm unable to ping.py example. I tried editing my PATH to include the install directory but its still not working. > mtr-packet-python]# python3 ping.py google.com > /bin/sh: mtr-packet: command...
Upon updating of Arch Linux's Python from 3.10 to 3.11, I found that mtrpacket's tests hang: ``` $ ./test.sh . ``` I have tried to add some debug outputs and...
Would this be something you'd accept as a PR? For example making changes like: - flipping `loop.run_until_complete()` to `asyncio.run()` - using the new [taskgroups](https://docs.python.org/3/library/asyncio-task.html#task-groups) from 3.11 - swapping `.ensure_future()` with...