This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
Releases: hSaria/cPing
Releases · hSaria/cPing
cPing v0.1.11
cPing v0.1.10
- Fixed a regression in v0.1.9 that caused ICMP pings to be misidentified as belonging to a different session and flag the real session's pings as failed.
Upgrade with
pip3 install -U cping
cPing v0.1.9
- Added command line options to specify the address family (i.e. IPv4 or IPv6). By default, this is chosen by the operating system.
- Added a layout option to view the host's resolved address.
- Continue pinging even if "no route to host" is encountered.
- ICMP echo sequence now starts at 0 to be inline with other ping clients.
- Show page number only if there are multiple pages.
Upgrade with
pip3 install -U cping
cPing v0.1.8
- Improved the accuracy of the results for long-running cPing sessions. This was only ever an issue if you ran cPing for ~11 days straight. Now you can run it for ~31 centuries, if you're so inclined.
Upgrade with
pip3 install -U cping
cPing v0.1.7
- Added
-v
/--version
option to display the current version of cPing. - Some internal cleanup.
Upgrade with
pip3 install -U cping
cPing v0.1.6
- #2 - Pings are now updated if they were received after having been considered timed-out. Thanks @nichols-356 for reporting this.
- Minor cleanup.
Upgrade with
pip3 install -U cping
cPing v0.1.5
- Added Python 3.10 to CI.
- Code restructuring and cleanup.
Upgrade with
pip3 install -U cping
cPing v0.1.4
- cPing closes a bit faster (it used to wait for any remaining pings to complete).
- Minor code cleanup.
Upgrade with
pip3 install -U cping
cPing v0.1.3
- Added an indicator to the column by which the table is being sorted.
- Improved responsiveness when stopping a host or toggling burst mode.
Upgrade with
pip3 install -U cping
cPing v0.1.2
- Introduced a new, interactive layout that allows you to sort the output, use burst mode ping, start/stop one or more hosts. It also has a sparkline to visualize latency.
- Using sockets for ICMP as opposed to screen-scraping, making
cPing
more efficient. Still does not require root. - Internals rewrote; it's easier to extend
cPing
, like a new layout or protocol. - Windows support.
This is a re-release of v0.1.1 which (also) had an installation bug using PyPI.
Upgrade with
pip3 install -U cping