glz 回復于:2002-07-25 13:08:13 |
你想寫程序嗎,本來就可以的 |
dtedu 回復于:2002-07-25 14:06:03 |
不用寫程序即可實現! |
fengger 回復于:2002-07-25 14:41:06 |
當然可以實現的,但是那是別人寫的程序,我想寫我自己的 |
菜青蟲 回復于:2002-07-25 16:44:42 |
很簡單的。大概就是這樣一個流程: 1.create a tcpserver on server A listening on port 23 2.get a connect from any client to server A port 23,then create a connect to server B port 23 3.loop.when server A recv a msg from client then send it to server B. when server A recv a msg from server B then send it to client. 4.when anyone (client or server B)disconnect,then disconnect another one. 很簡單吧。 |
arbol 回復于:2002-09-06 15:35:09 |
其實這個過程很簡單,你可以先telnet試試。在用程序實現,不是很難。 |
wdbj 回復于:2002-09-06 15:47:13 |
別累著啊,有現成的干嗎不用 |
lcz88990200 回復于:2002-12-04 09:10:15 |
就是 |
kpflysky 回復于:2002-12-06 14:26:26 |
就是有現成的干嗎不用 |