Results 1 to 4 of 4

Thread: Remote Control Appl??

  1. #1

    Thread Starter
    Addicted Member Tiovital's Avatar
    Join Date
    Apr 2000
    Posts
    249
    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

  2. #2
    Lively Member
    Join Date
    May 1999
    Location
    Singapore
    Posts
    116
    you juz haf to parse the data received by the server application and respond to the data received
    YC Sim
    Teenage Programmer
    UIN 37903254



  3. #3
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb 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


  4. #4
    New Member
    Join Date
    May 1999
    Location
    Cordoba, Argentina
    Posts
    15

    Smile

    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
  •  



Click Here to Expand Forum to Full Width