v0.1.11
1. Fixed routing issues

v0.1.10
1. Fixed data types for wlan data

v0.1.9
1. Enhanced poll status data with cycle time & mode info

v0.1.8
1. Improved bad route detection & route injection
2. Added polled status data 

v0.1.7
1. Added more checked to detect bad routing due to multiple interfaces updated

v0.1.6
1. fixed integer/float issue for lost_percent data in to influx

v0.1.5
1. Improved Splunk token check messages

v0.1.4
1. Added token check for splunk

v0.1.3
1. Moved to Python package & uploaded to PyPi
2. Split off the core poller code from support files
3. Changed versioning convention to vX.X.X format

v0.12
1. Added ethernet support for running tests
2. Added support for InfluxDB and InfluxDB2
3. Added support for enhanced debugging
4. Changed data source names to remove references to splunk
5. Added approximate MOS score calculation for udp test, kindly contributed by Mario Gingras

*** Special Notes: ***
In this release, you will need to:
    a. re-create your config.ini file, using config.default.ini as a template
    b. copy the updated splunk dashboards in dashboards/splunk to any exiting splunk instances
    c. You must import the influxdb python module with: sudo pip3 install influxdb

v0.11
1. Added timeouts to http & ping tests
2. Added optional central config retrieval from github repo
3. Added iperf timeouts to improve perf when targets down

V0.10
Added 'connectivity_lookup' parameter to config.default.ini to allow custom DNS lookup when wiperf assesses initial connectivity health.

V0.09
Added ufw rules to allow http port on wlan & eth
