for my iPhone app i'd like to make all incoming tcp connections to port 1000 of my iPhone/iPad (for example IP: 10.1.2.10) to be forward to the port 1000 on host 10.1.2.250.
can someone help me?
for my iPhone app i'd like to make all incoming tcp connections to port 1000 of my iPhone/iPad (for example IP: 10.1.2.10) to be forward to the port 1000 on host 10.1.2.250.
can someone help me?
You would use TCP and something like CocoaAsyncSocket and/or SocketKit.
Other related question on SO: