query WiFi signal strength?
in
Android Processing
•
1 year ago
Is there a way to read a (or better several) wifis signal strength inside processing?
I found the WifiManager class on Android Dev ( http://developer.android.com/reference/android/net/wifi/WifiManager.html ) but I'm to new to all this to understand if processing can work somehow with those objects, too or if one would have to write a processing library on a lower code level. Maybe there already is a library for that?
in the GPS examples it seems to be as if it were just Android java objects imported, am I right or is there a step of implementation I dont see?
sorry for noobing around. just dont know where to start (or what exactly to ask for).
I found the WifiManager class on Android Dev ( http://developer.android.com/reference/android/net/wifi/WifiManager.html ) but I'm to new to all this to understand if processing can work somehow with those objects, too or if one would have to write a processing library on a lower code level. Maybe there already is a library for that?
in the GPS examples it seems to be as if it were just Android java objects imported, am I right or is there a step of implementation I dont see?
sorry for noobing around. just dont know where to start (or what exactly to ask for).
1