-->
Page 1 of 1

Remote TCP debug Tools

PostPosted: Mon Aug 17, 2015 9:46 pm
by vivian
step A:
Obtain the ip and port via http://tcp.doit.am
for example:
ip=115.29.109.104
port=6556
step B:
How to use :
Step 1:
The client connects 115.29.109.104 and 6556, for example: telnet 115.29.109.104 6556
Step 2:
The another connects 115.29.109.104 and 6556,for example: telnet 115.29.109.104 6556
Step 3:
Data is transmitted between the two clients.

Re: Remote TCP debug Tools

PostPosted: Mon Aug 17, 2015 9:50 pm
by martinayotte
Can you detailed more ?

Re: Remote TCP debug Tools

PostPosted: Mon Aug 17, 2015 9:59 pm
by vivian
I developed a tcp server. The server transits data between the connections using the same ip and port.