Monday, October 31, 2005

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?

2 Comments:

Blogger Jouni Ikonen said...

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

8:20 AM  
Anonymous Anonymous said...

Great site with much info on how to do socket programming, especially about select() statement

http://www.lowtek.com/sockets/

5:25 PM  

Post a Comment

<< Home