Hi Guys, I have developed a simple UDP app, which is actually a very first step towards a complicated app I am developing for a company, and as it is company's property I can't post the codes here, but let me try to explain what my problem is and why I am posting while the issue is already addressed in some forums out there...
I have successfully managed to send and receive UDP messages over wifi from and to my android motorola and a simple UDP server/client app in java (Let's call it server ) . It works perfactly fine over wifi since both cell phone and server are in the same network, now I am trying to make same communication over cellular network, the company has a public IP and and the UDP port is forwarded on my computer which is running the server, (this whole setup is actually been tested on a non android platform and works fine ), in this setup I manage to send UDP message from phone to server over cellular network but I can not get the response back , which is very strange, also I am checking the IP of the sent packet on both end , in phone and at the receiving end I get the same IP , means the server is in the same network as the phone is , so I think there is no NAT in between , and still I dont understand why I can not send message from server to phone ? , again let me remind you that the network setup (ie , port forwarding and stuff..) are working fine with the non android version of the app. Can anybody please help ? Regards, Chris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en