Page 1 of 1
Data Rate (condition?)
Posted: 22 Mar 2019 16:57
by Wibbly
Anyone recommend a method of measuring data rate? I want to turn of WiFi when data rate (over WiFi) drops and the screen is off.
Re: Data Rate (condition?)
Posted: 22 Mar 2019 17:22
by Desmanto
You can init network statistic to find the total byte and do some calculation from there. digitalstone shared the concept here :
viewtopic.php?f=5&t=7215&p=20342&hilit=traffic#p20342
Re: Data Rate (condition?)
Posted: 22 Mar 2019 18:11
by Wibbly
Thanks!