Initial ideas
This blog is founded to help students to learn socket programming. Designated audience for the blog are the students of network programming course (http://www.it.lut.fi/kurssit/05-06/Ti5315000/).
Please note that basic tools for programming are C-language and Linux workstations. This will guide our views and discussions.
Idea is that students can add comments about their ideas and especially leave links of helpful study material they might come across. Everyone is welcome to comment - participation in the cource is not requirement.
First link: Five pitfalls of Linux sockets programming
http://www-128.ibm.com/developerworks/linux/library/l-sockpit/?ca=dgr-lnxw06SocketPitfalls
Ok ? Who are the first ones send in links for explaining basic UDP-server, basic TCP-server, how multiple connections is handled, usage of select?
Please note that basic tools for programming are C-language and Linux workstations. This will guide our views and discussions.
Idea is that students can add comments about their ideas and especially leave links of helpful study material they might come across. Everyone is welcome to comment - participation in the cource is not requirement.
First link: Five pitfalls of Linux sockets programming
http://www-128.ibm.com/developerworks/linux/library/l-sockpit/?ca=dgr-lnxw06SocketPitfalls
Ok ? Who are the first ones send in links for explaining basic UDP-server, basic TCP-server, how multiple connections is handled, usage of select?
2 Comments:
TCP and UDP sockets in C explained (also Java and Perl example):
http://pandonia.canberra.edu.au/ClientServer/socket/socket.html
Socket programs with explanation for each line of code:
http://www.cs.rpi.edu/courses/sysprog/sockets/sock.html
Great site with much info on how to do socket programming, especially about select() statement
http://www.lowtek.com/sockets/
Post a Comment
<< Home