Thread: Setting up server socket?

  1. #1
    Registered User
    Join Date
    Jul 2009
    Posts
    18

    Setting up server socket?

    I’m new to socket programming and I have a few questions about how to get started.
    I’m thinking about creating a server socket I have 3 different computers on my home network will just writing a server socket that listens on one computer and writing a client socket on another and target the listing socket or is there anything specific I have to do to my computer with the server socket running? Should I enable telnet server or iis ?

  2. #2
    Registered User
    Join Date
    Apr 2010
    Posts
    28
    One of my first steps that I took when I started learning about sockets is to read about the topic, familiarize yourself with the environment and then just take a dive and see what happens.
    This reference (link) has a pretty good overview of sockets.
    Beej's Guide to Network Programming

    Which language are you planning on using? I assumed C/C++

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 15
    Last Post: 10-20-2009, 09:39 AM
  2. Socket error on non-blocking
    By newbie30 in forum C Programming
    Replies: 1
    Last Post: 09-01-2009, 07:09 AM
  3. Where's the EPIPE signal?
    By marc.andrysco in forum Networking/Device Communication
    Replies: 0
    Last Post: 12-23-2006, 08:04 PM
  4. socket newbie, losing a few chars from server to client
    By registering in forum Linux Programming
    Replies: 2
    Last Post: 06-07-2003, 11:48 AM
  5. socket, udp,Halflife Server
    By Tolpan in forum C Programming
    Replies: 2
    Last Post: 06-21-2002, 09:02 AM