wifinigel / wiperf

Utility to run various UX perf tests from an RPi/WLAN Pi and send results to various data repos
Other
26 stars 15 forks source link

V2.1 Committed Feature/Fix List #30

Closed wifinigel closed 3 years ago

wifinigel commented 3 years ago

Work is beginning on version 2.1. This release will fix some issues observed in v2.0 and add some new features that have been created or requested by the community:

SMB Support - Add in SMB support provided by Mario Gingras (thanks!)

  1. Incorporate PR#5 https://github.com/wifinigel/wiperf_poller/pull/5 (https://github.com/wifinigel/wiperf/issues/20)
  2. Pull in new SMB doc from Mario https://github.com/wifinigel/wiperf/issues/26
  3. Add in new SMB report from PR#25 https://github.com/wifinigel/wiperf/pull/25

Bugs

  1. Fix field types in Poller issue reported by Teddy https://github.com/wifinigel/wiperf_poller/issues/3 (https://github.com/wifinigel/wiperf/issues/18)
  2. Fix Influx DB2 params in config.ini: https://github.com/wifinigel/wiperf_poller/issues/1
  3. Fix missing data in wireless connection graph in Splunk: https://github.com/wifinigel/wiperf/issues/27

New Features

  1. Add option to run as daemon : https://github.com/wifinigel/wiperf_poller/issues/6
  2. Report interface status in reports: https://github.com/wifinigel/wiperf/issues/23
  3. Add recent errors in reports: https://github.com/wifinigel/wiperf/issues/22
  4. Add offline data caching to ensure no loss of data data when have poor connection back to mgt server: https://github.com/wifinigel/wiperf/issues/21

Documentation

  1. Add in SMB notes
  2. Improve all-in-one RPi doc
wifinigel commented 3 years ago

Well, the "run as daemon" feature didn't make it....maybe next time.