Jump to content

socket programming in linux

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
savalan86

savalan86

    Newbie

  • Members
  • Pip
  • 2 posts
Hello My Friends ...
i have a project in university , my project is a client/server system , like a chat server . in Microsoft Windows i use winsock , but in linux i dont have any experience to this issuese ...
i search in google , and now know that c++ standard dont have any library for socket (network) programming . now i want to know in linux (unix) , i must use which libraries to this issues ... . my friends , i want a reliable and popular and portable way .
because my project is a open source project and i want use common and portable libraries ...
for instance i want to know , some applications such as firefox , wget , opera , pidgin , and other ... use which libraries to this issues
really my project transmit big data's between nodes ...
thanks dears

#2
theonejb

theonejb

    Learning Programmer

  • Members
  • PipPipPip
  • 52 posts
Try this. Very nice introduction to Sockets in Linux.

Beej's Guide to Network Programming