-
Hi,
I have made a Server side Winsock project and i would like to know how to Control the application from remote client? somthing like Change the parms and so on? is it posiable? do i have to communicate with the appl with another socket ? How can i achieve that?
Thanks
-
you juz haf to parse the data received by the server application and respond to the data received
-
Need A Client Program
First you need to write 2 program so call server.EXE and Client.EXE whereby:
Server.EXE is an application wrote by you which act as an control consol that will issue command to each client. (Clinet.EXE)
Client.EXE is an application where installed on the remote PC that will caried out the command received from the server.EXE.
An your idea almost the same as the following thread
-
I make an application with winsock that send and retrive information from server application. You must configure a server application to listen several requirements, so you will have problem when another application ask to server o client close and server continue running.
You must control the packets sended too, in order to keep open conection at last packet was received.
See data_arrival, connect and close event, and include Doevents follow SendData (it's a bus of Winsock)
Good Luck !!