Fellow Craftsmen..... I'm trying to create an application that can monitor the data usage of each device that is attached to the Android mobile hotspot. From what I have seen the TrafficStats class can only return usage per UID (application) however I want to see the usage per attached Wi-Fi device. Has anyone figured this out yet or have any ideas that I can try? Perhaps I need to be talking directly to the kernel?
Asked
Active
Viewed 773 times
0
-
Do you have your application on all the devices i.e. one creating the hotspot and the other ones connecting to it ? – unrealsoul007 Sep 25 '15 at 06:09
-
nope - just an application on the one creating the hotspot – Ben_Z Sep 26 '15 at 21:20
-
I don't think this doable with current APIs unless you have your app on all the devices. – unrealsoul007 Sep 30 '15 at 19:35