c# - Data forwarding server -
i have app android , app pc, both written me. android app connects pc app, , pc app sends data (in realtime) smartphone.
the problem is: if pc connected mobile wireless network, can't address, can't connect android app pc.
so, there simple application (for windows), can use server data forwarding. pc , mobile app connected server (launched on station static address), , server forward data 1 app another?
or maybe there tutorials creating such kind of server on c#/java?
i use third pc (a server) acts bridge android , pc. wrote web service in .net virtual server on internet. both android , pc know ip address (or domain name) of server.
the pc talk server using .net native web service call, android uses ksoap.
for more infomration ksoap android here:
http://code.google.com/p/ksoap2-android/
edit: suppose can have web server in pc need configure modem forward specific ports pc. if have no static ip address need reconfigure ip address on android device everytime modem rebooted (or switched off/on). can try use dynamic dns services...
Comments
Post a Comment