Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Releases: hSaria/cPing

cPing v0.1.11

19 Sep 20:23
Compare
Choose a tag to compare
  • Minor internal cleanup.

Upgrade with pip3 install -U cping

cPing v0.1.10

03 Jul 11:50
Compare
Choose a tag to compare
  • 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

03 Jul 10:18
Compare
Choose a tag to compare
  • 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

23 Jun 09:13
Compare
Choose a tag to compare
  • 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

18 Jun 15:20
Compare
Choose a tag to compare
  • Added -v/--version option to display the current version of cPing.
  • Some internal cleanup.

Upgrade with pip3 install -U cping

cPing v0.1.6

11 Mar 15:36
Compare
Choose a tag to compare
  • #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

20 Oct 11:59
Compare
Choose a tag to compare
  • Added Python 3.10 to CI.
  • Code restructuring and cleanup.

Upgrade with pip3 install -U cping

cPing v0.1.4

09 Mar 20:03
Compare
Choose a tag to compare
  • 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

28 Feb 20:34
Compare
Choose a tag to compare
  • 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

19 Feb 09:09
Compare
Choose a tag to compare
  • 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