Hi
Is there a way to check the total bytes in and out on wifi network ,
on linux i check the "/sys/class/net/wlan0/statistics/tx_bytes" file for the bytes.
Is there something similar on b4a .(or even better)
Thanks
Dim jo As JavaObject
jo.InitializeStatic("android.net.TrafficStats")
Log(jo.RunMethod("getMobileRxBytes", Null))
Log(jo.RunMethod("getTotalRxBytes", Null))