Skip to content

Releases: alessandromaggio/pythonping

Fix to IP DF Flag pt.1

08 Sep 14:20

Choose a tag to compare

Fixed:

  • The aplication does generate an error when setting the DF flag, it now executes the ping correctly. However, it has been verified that the DF flag is not actually being sent.

Open issues:

  • Enable the actual setting of the DF flag, include tests on it.

Ping Production Stable

23 Jun 19:33
7f5f280

Choose a tag to compare

Fully tested ping function and underlying modules.

  • Interpret response from intermediary network devices
  • Detect checksum error
  • Detect timeout error (no response received)
  • Print to screen in a terminal-like fashion
  • Support for ping sweeps and repeats
  • RTT min/max/avg statistics

First version, untested

29 Mar 19:13
4ef12d3

Choose a tag to compare

Pre-release

First release, offering basic ping.