hi...
how to make AD HOC WLAN network connections between two nokia devices having WLAN (N91)
what all settings have to do for access points in both devices
thanks
hi...
how to make AD HOC WLAN network connections between two nokia devices having WLAN (N91)
what all settings have to do for access points in both devices
thanks
Hi,
Do you have the solution for this yet? I have the same problem as well. I've got an E60 and an N80. Both are wi-fi phones. I've set ad-hoc access points for both of them but I just can't get them to connect. I even loaded the J2ME network demo that opens a socket on one phone and listens for another, didn't work.
I hope you've got the solution, coz I'm getting tired of trying.
Thank you.
baranz80
Yeah I'm wondering about this as well? Are some ports blocked or something for the Home Network?
Hello,
which examples you have tested?
Has the server service installed to the connected phone?
-tum-
I'm using the SocketDemo under NetworkingExample (WTK2.5.2/apps/NetworkDemo). The example works fine on the computer with emulators.
Then I changed the client to connect to 198.162.0.1 (instead of localhost) and I setup the two N80 phones on an Ad hoc "Home Networking" network with static IPs:
Server: 198.162.0.1
Client: 198.162.0.2
Now when I run the program on the phones, the server says that they've connected, but I can't receive or send any data. So I think I'm opening the socket successfully, but no data can get through.
Thanks for your help!