Thread: Free socket libraries

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    50

    Free socket libraries

    Hello,

    I would like to get into windows socket programming, and I was wondering if anyone knows any good, free socket libraries that makes handling communications easier. I'm only interested in rather basic things like simple client/server apps. C Builder has indie, but that's not free, and I'd rather use something free.

    Also, if anyone knows any good windows sockets tutorials, I'd also be interested, since I'd like to be able to do this myself as well.

    Thanks!

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    Windows comes with the winsock library, you just have to link to it.

    http://cboard.cprogramming.com/showthread.php?t=41926
    Last edited by robwhit; 08-30-2008 at 01:57 PM.

  3. #3
    Registered User
    Join Date
    May 2006
    Posts
    50
    Yes, I know about the winsock library. I meant something that makes things easier, like what indy does in C Builder.

    Those links are very useful however, thanks.

  4. #4
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    That would depend on what type on net processing you want to do.

  5. #5
    Registered User
    Join Date
    May 2006
    Posts
    50
    Write my own simple server (a list of connected IPs and just basic text sending/receiving) and my own client... nothing fancy.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Non-blocking socket connection problem
    By cbalu in forum Linux Programming
    Replies: 25
    Last Post: 06-03-2009, 02:15 AM
  2. socket programming question, closing sockets...
    By ursula in forum Networking/Device Communication
    Replies: 2
    Last Post: 05-31-2009, 05:17 PM
  3. How can i make a socket client free of DLLs
    By NeMewSys in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-03-2008, 06:07 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 programming - BEGINNER
    By z3ro in forum Windows Programming
    Replies: 4
    Last Post: 05-02-2003, 03:12 PM