|
-
Jun 23rd, 2000, 12:40 PM
#1
Thread Starter
Addicted Member
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
-
Jun 23rd, 2000, 01:19 PM
#2
Lively Member
you juz haf to parse the data received by the server application and respond to the data received
YC Sim
Teenage Programmer
UIN 37903254
-
Jun 24th, 2000, 09:12 AM
#3
PowerPoster
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
-
Jun 25th, 2000, 06:23 AM
#4
New Member
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 !!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|