fmdlc / ISP-Checker

Kubernetes and Docker Compose files to run ISP checks on a Raspberry Pi. 📊
https://www.youtube.com/watch?v=BnQDnCNG1Bs
Apache License 2.0
131 stars 32 forks source link

Update Megabits to Megabytes #34

Closed lcsvcn closed 3 years ago

lcsvcn commented 3 years ago

I investigated the code and check that speedtest-cli is returning data in bytes not bits:

speedtest-cli --csv --bytes

I updated some network-dashboard files to make data show values according to the right unit

fmdlc commented 3 years ago

Thank you 🙌