Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Dec : a bridge.
| Subject: | a bridge. |
| Posted by: | "Olivier Pons" (olivier.pons@f.r.e.e.fr.remove.unnecessary.dots.com) |
| Date: | Tue, 27 Dec 2005 10:44:19 |
I don't know how to explain it properly,
but...
I'm looking for a program that would act as a server,
listen to incoming connexions, connect to
another (real) server and transfer the datas to it
(act as a 'bridge' in French). This way I'd be
able to see what my clients send, and what my server
sends to them too. I'd like to send my own
bytes too to simulate a client (my own protocol
sends 4 bytes = a cardinal to give the whole length
of the incoming message (including the 4 first bytes),
then the message : I'd like to be able to send these
just to test my server (it could program it but if
something is already done, why re-invent the wheel)) ?
Thanks in advance !
Olivier