TCP Server/Client comunication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • USBZ0r
    New Member
    • Mar 2009
    • 20

    TCP Server/Client comunication

    Hey guys, id like to implement some from of comunication in a program im trying to make using TCP.

    I have been reading a few tutorials on using TCPListener, however i need something thats going to be able to accept connections from multiple IP's at the same time. So it needs to be threaded. i was wondering if you guys could point me in the right direction into doing this.

    it will basicly just be the client sending data to the server in consoles, and the server console outputting what the client said.

    Thanks
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Hmm, there should be a number of turoials on making a threaded tcp server on the internet
    On a quick scan, this one might be useful: http://www.switchonthecode.com/tutor...ded-tcp-server

    Comment

    • USBZ0r
      New Member
      • Mar 2009
      • 20

      #3
      Thaanks plater, that turorial is great it explains things very well

      Thanks!

      Comment

      Working...