[android-developers] Re: IP Adress of android device

2010-02-12 Thread Matt Kanninen
I highly recommend you don't do Client to Client communcications if you can avoid it. You should do Client - Server - Client. There are lots of free server side options. I like App Enginer myself, but I have not had to do server side work since 2006. On Jan 28, 5:13 pm, Tony jituo...@gmail.com

[android-developers] Re: IP Adress of android device

2010-01-28 Thread Bob Kerns
The IP addresses will be whatever the DHCP server on that subnet says they should be. Often, the DHCP server role will be handled by your router to the internet, but in a corporate environment, things may be more complicated. When a device connects to an IP network, it usually broadcasts who am

[android-developers] Re: IP Adress of android device

2010-01-28 Thread WoodManEXP
Yea, trying to communicate between any two Androids, or any devices for that matter, using their IP address is probably going to be next to impossible, in the general case. It would work OK inside an intranet where IP addresses are less volatile (like the way controllers communicate with robots

Re: [android-developers] Re: IP Adress of android device

2010-01-28 Thread Tony
Bob Kerns and WoodManEXP ,thank you very much. Now ,I know what should I do next step, Maybe ,I need more information on network than android platform itself. so ,I 've decided to read more about network online. I am engaging in sip development on android platfor , and I have wrote a sample