Skip to content

Releases: wifinigel/wiperf

v2.2.4

05 Dec 17:06
Compare
Choose a tag to compare
  1. Allow use of hostname for mgt platform in config.ini
  2. Fix static route addition for mgt platform to include interface GW address

v2.2.3

19 Nov 19:17
Compare
Choose a tag to compare

Merged PR with influx2 https & utctime fixes.

v2.2.2

18 Nov 20:41
Compare
Choose a tag to compare

Fix influx2 data port naming issue

v2.2.1

15 Nov 21:55
Compare
Choose a tag to compare

InfluxDB SSL fix

v2.2.0

28 Jan 15:37
Compare
Choose a tag to compare

Version 2.2 of the wiperf probe code follows hot on the heels of v2.1, following several requests from the community for removal of limitations on the number of test targets for several of the tests performed by wiperf. Previously, the Ping, HTTP, DNS and SMB tests were limited to 5 test targets. In v2.3, these limits are removed and the number of test targets is now user defined.

v2.1.0

17 Jan 14:30
Compare
Choose a tag to compare

Release Notes

  1. Added fix for bad read of remote config file when downloaded (thanks Ben Roeder)

  2. Fixed bad config variable names for InfluxDB2 in config.py (thanks Konstantin - issue #1)

  3. Added SMB tests provided by Mario Gingras

  4. Improved route injection for tests when required interface not selected by default routing

  5. Fixed issue with incorrect data types in Influx DB for ping tests (some numeric values were created
    as strings, preventing calculations on their values.)

    This fixed issue will cause failures for ping test results on existing data. To correct the issue,
    existing ping test data in the Influx DB must be dropped using the following command in the InfluxDB
    CLI utility:

    sudo influx -username admin -password letmein
    use wiperf
    drop series from "wiperf-ping"
    
  6. Added support for librespeed to speedtest in addition to existing Ookla support. Also
    made more data points available to reports including latency, jitter & data volume for
    upload/download

  7. Added support for cached data : data may now be cached locally for retrieval and inspection
    by user-defined means (e.g. SSH to probe & inspect data). Data may be stored in VSC or JSON
    format.

  8. Added result spooling support. If connectivity between the probe and reporting platform is
    lost, results may be spooled to a local directory and automatically forwarded when connectivity
    is re-established.

  9. Added support for forwarding of probe error messages to reporting platform to allow diagnosis
    of test related issues on the probe.

  10. Fixed DHCP test errors on RPi reported/fixed by Ben Roeder (Issue #39)

  11. Fixed re-read of config file from github reported/fixed by Ben Roeder (PR #7)

  12. Added new dashboard for SMB tests

  13. Updated summary dashboard to support new SMB tests

  14. Updated speedtest dashboard to support librespeed and additional data points

  15. Added dashboard for probe health, which include probe poll error messages

  16. Miscellaneous minor dashboard improvements/fixes

v2.0.0-beta6

25 Aug 08:48
Compare
Choose a tag to compare
Move to beta6 (timeout decorator for iperf3)

v2.0.0-beta5

21 Aug 18:38
Compare
Choose a tag to compare
Moved to 2.0.0 beta5

v2.0.0-beta4

11 Aug 06:13
Compare
Choose a tag to compare
  1. Added network connectivity files restore during upgrade
  2. Added initial ipv6 support for mgt traffic

v2.0.0-beta3

31 Jul 11:17
Compare
Choose a tag to compare
  1. Added checks for sudo operation
  2. Added check for python version
  3. Added searches for missing prog files (for platforms using non-std locations)