racoon63 / bandwidth-monitor

Bandwidth-Monitor is a tool to measure your bandwidth and latency.
Apache License 2.0
5 stars 0 forks source link

Add measurement data check #28

Closed racoon63 closed 4 years ago

racoon63 commented 4 years ago

Sometimes the measurement gives only certain values. An example value that is not always included is "url2". This leads into a measuremnt data loss and is not gonna be recorded. To work around this, an data checker/appender function should check which data is available and add it to the data object.

racoon63 commented 4 years ago

Was resolved by PR #38