moomina / adhoc-on-android

Automatically exported from code.google.com/p/adhoc-on-android
0 stars 0 forks source link

BindException during AODV setup #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At line 28 of UdpReceiver where the DatagramSocket is instantiated, a 
BindException is thrown ("The address is not available"). I've tried changing 
the IP address/port from the defaults but it doesn't make a difference. Once or 
twice it did not throw the error, but I can't figure out the pattern. This is 
on a rooted HTC Hero with stock Android 2.1. Has anyone else encountered this?

Original issue reported on code.google.com by roblourens on 11 Jan 2012 at 6:25

GoogleCodeExporter commented 9 years ago
By the way, thanks for making your code public- I'm evaluating it for use in my 
own Bachelor's design project.

Original comment by roblourens on 11 Jan 2012 at 6:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
We encountered the problem several times during the development of the library, 
and if remember correctly it was always the case that the cause to the problem 
lies in the network your device is connected to. Make sure that your device is 
configured to the correct SSID.

does this solve your problem?

Original comment by jrad...@gmail.com on 21 Apr 2012 at 10:23