EchoEng: TCP/IP echo client
engineThe TCP example is a client for the simple Echo protocol. A server implementing this protocol, defined in RFC862, simply listens on port 7 for incoming data, and returns it to the client. EchoEng is a DLL that implements the engine component of the client. It contains active object classes that encapsulate reading, writing and connect operations. The related example project EchoClientUI provides a GUI interface to drive the engine.
RSocketServ: socket server
RSocket: socket
RHostResolver: host name resolver
TNameEntry: name entry
TNameRecord: name record
CTimer: abstract timer