ping3 icon indicating copy to clipboard operation
ping3 copied to clipboard

Pure Python3 version of ICMP ping, shipped with command-line command.

Results 22 ping3 issues
Sort by recently updated
recently updated
newest added

Hi, I'm using the pypi source distribution and is applying some patches on top of it on Linux, more specifically it is Ubuntu 18.04. However, I just found out that...

from python code, not on the terminal..

Add a way to run this without giving python full root permission

Hi, Love this package, but one thing missing is IPv6 support. I'm no networking expert, so I would love some help with this. I've added logic for resolving IPv6 addresses,...

I have issues (strange/wrong values) with ping3 running on some machines, while on others it works great. Testscript (compiled with pyinstaller to testping.exe): ``` import ping3 from ping3 import ping...

I haven't been able to figure out why, but sometimes after a few thousands pings (the case below 18xx), Ping3 reports no response, then 5 seconds later reports a response....

when i used threads to ping multiple ips in the same time after the first request all other pings got None value and i found that all values got the...

Using this third-party package, ping IPV6 loopback address ::1, the program returns False

On linux, add the SO_TIMESTAMPNS socket option on the socket level. This option allows us to use the kernel packet timestamping feature. When the ICMP packet is received, the kernel...

I tried to run the unit tests (it helps when doing the Debian package) and there are a few unit tests that fail. I had a look and some have...