I am trying to write a server and a set of clients that are talking to the server. The server will maintain the status of different clients and allows them to notify the central server when the status changes. The client specialist will allow you to control other connected clients.
I have a server like TIdCmdTCPServer, and clients (currently) are connecting using TIdTCPClient.
If clients send and receive commands, should they use TIdCmdTCPClient? I read that CmdTCPServer and CmdTCPClient are not actually used together - shouldn't they be used together?
So I apologize for the general vagueness of the question, but I just really started to look at it and need some heads before I get into the details.
Thanks for any help
Mark h
source
share