I'm trying to use the Manet Manager while leaving the wireless on, but I get the network unreachable error when trying to send a message over the network, why is that ? why can't I turn the wireless on and use the Manet Manager ? any solutions ? I really need to use the wireless.
--
You received this message because you are subscribed to the Google Groups "Smart Phone Ad-Hoc Networks" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spandev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
here's the file I saw
https://github.com/ProjectSPAN/android-manet-manager/blob/master/AndroidManetManager/res/raw/adhoc_edify
I believe I'm missing something here.
What I'm trying to do is detecting the RSSI for the ad-hoc network created by the manet manager when the hello message is received. but the WiFi manager is not working since it needs to enable the WiFi, therefore what I'm trying to do is using commands and parse the text to get the needed value. how do you list the available networks? both iwconfig and iwlist didn't work.
Thanks in advance.
Regards,
After executing the command I'm getting this output:
eth0 IEEE 802.11-DS Nickname:""
Mode:Ad-Hoc Channel:-6.39001e+08 Cell: Not-Associated
Retry min limit:-1090517180 RTS thr:off Fragment thr:off
Power Managementmode:All packets received
Link Quality=5/5 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
As you can see the measured signal level is 0 which cannot be true. Can you please tell me what to modify so I can measure the signal level ?