12-06-2015 09:16 AM
Hello, i would like to monitor my whole wifi network using my wifi dongle Asus USB-N13 dongle. The idea is to get whole information about wifi environment. So it basically means to write an app that will show me names of all access points around and their signal strength. I was not able to find any good example how to obtain this information, or how to communicate with any wifi modules.
12-07-2015 12:39 AM
12-07-2015 01:13 AM
Hello,
Why are you reinventing the wheel? http://www.metageek.com/support/downloads/
Ondřej K.
12-07-2015 03:05 AM
MIke: Not yet, but thank you for idea. Will try to look there.
Ondrej: I need this acces because i am trying to do something like WiFi signal strength map and than work with it. So this commercial software is useless for me.
12-07-2015 03:16 AM
Again there are apps like this one: http://www.ekahau.com/wifidesign/ekahau-heatmapper
But in case you would like to implement it by your own there are many examples on the interner how to use existing APIs for that.
Ondřej
12-07-2015 03:18 AM
Ondrej: Tank you this is exactly fhe forum i am reading right now.