Interactive TCP Server urgent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gahsjdjh
    New Member
    • Jul 2008
    • 1

    Interactive TCP Server urgent

    hi there

    how can i design an interactive tcp server which uses port number 2047 which has to recieve the name,id number. the server than sends that he has recieved the info

    thanks
  • jorba101
    New Member
    • Jun 2008
    • 86

    #2
    You could start looking for a reference on tcp sockets online. For instance you could start with an echo-server, and after understanding it, modify it to answer whatever you like.

    Comment

    • Abhinay
      New Member
      • Jul 2006
      • 44

      #3
      Refer following link for sample echo TCP server and client.

      http://cs.baylor.edu/~donahoo/practical/CSockets/practical/

      Regards,
      Abhinay
      (India)

      Comment

      Working...