Friday, September 10, 2010

[android-developers] network forwarding question

Hi,
i am trying to write simple udp client to send "echo' messages to my
host, eg. from 10.0.2.15 (emulator ip) to 192.168.1.193 ( my host). I
redirected host port 40000 to emulator port 60000
adb forward udp:40000 udp:60000
so my udp client sends to 192.168.193:60000 but i don't receive
anything on host. Is there anything else i am missing, should i also
add emulator to routing table of host ("route add")?
Thanks,
-V

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment