Skip to content

Releases: deajan/tcpping

Afraid to ping strangers / Can I play with address

03 Nov 14:38
7bb7fcb
Compare
Choose a tag to compare

This release mainly adds configuration file support in order to override various command line arguments.

Other changes mostly come from the addition of Shellcheck which produced some minor script corrections.

Side notes: It becomes hard to find good Maiden song name alikes, so I'll keep this one... I like it ;)

Full Changelog: v2.5...v2.6

Afraid to ping strangers / Can I play with address

04 Sep 17:27
Compare
Choose a tag to compare

This release mainly addresses compatibility fixes for various shell interpreters (currently, bash, dash and zsh are supported).
It also fixes output when -n and -C parameters are used toghether.

We now also have a basic tcptraceroute fallback implementation.

What's Changed

New Contributors

Full Changelog: v2.4...v2.5

Side notes: It becomes hard to find good Maiden song name alikes

Afraid to Ping Strangers / Fear of the Benchmark

19 Apr 21:05
a31b5df
Compare
Choose a tag to compare

This release fixes the following:

  • Ping interval (-r) parameter, which now also accepts floating numbers, or 'auto' in order for -r to fit timeout (-w parameter).
  • Ping interval is now removed when timeout already reached
  • Code reduction due to merge of checkSite and testSite functions, which also reduces execution time
  • New defaults (timeout = 1, interval = auto) for better Smokeping integration

Afraid to Ping Strangers

03 Oct 17:14
476e97a
Compare
Choose a tag to compare

Minor release that allows linux to make sub second tcp pings:

Option -w now accepts floats on linux
When using -w with floats, time between checks is reduced to -w time
New option -o for statistics
Minor code cleanup
Tested against FreeBSD 11 (csh) and CentOS 7/8 (bash)

Empire of the clouds

27 Nov 12:10
Compare
Choose a tag to compare

This is a small release containing some minor changes:

  • bc is no longer required
  • better root privileges checks
  • possibility to run with sudo (-Z)
  • possibility to choose between TCP, UDP and ICMP protocols
  • Fix for timeout value not being taken account of (-w)

Release has been tested on CentOS 7 and FreeBSD 11.

Holy smoke (yes, it's an Iron Maiden reference)

11 Jul 20:26
Compare
Choose a tag to compare

Adresses strict POSIX checks, also has preflight checks

Holy smoke

26 Apr 19:10
249fc84
Compare
Choose a tag to compare

Quick release of tcpping script with numerous fixes and compatibilty enhancements.