Page 1 of 1
Socket Programming
Posted: Fri Sep 04, 2009 7:13 pm
by Bludklok
I'm starting to take interest in socket programming and maybe see what I can accomplish with it. If anyone here has had experience as a socket programmer or is currently learning sockets rate the difficulty on a scale of 1 - 10 for me. And if anyone has good socket tutorials they would like to recommend by all means tell me. It would be highly appreciated.
Re: Socket Programming
Posted: Fri Sep 04, 2009 7:38 pm
by Joeyotrevor
I think it's pretty easy once you get the hang of it. First thing I did when I learned it was make Server/Client classes and it has turned out to be really useful.
Re: Socket Programming
Posted: Fri Sep 04, 2009 7:43 pm
by andrew
good socket tutorials
Beej's Guide to Network Programming Using Internet Sockets
This is probably what you want. You can read what some people have said about it
here.
Re: Socket Programming
Posted: Fri Sep 04, 2009 7:56 pm
by Bludklok
That is actually the one I've been reading for the past 30+ mins. Thanks for posting though. :D
Re: Socket Programming
Posted: Sat Sep 05, 2009 7:07 am
by RyanPridgeon
http://www.cs.rpi.edu/~hollingd/netprog ... dp/udp.pdf
http://www.cs.rpi.edu/~hollingd/netprog ... cpsock.pdf
Very helpful, but wont teach you everything. However they're good for giving the general idea of how to use sockets properly.
Re: Socket Programming
Posted: Sat Sep 05, 2009 1:51 pm
by Bludklok
Thanks for posting them.
Re: Socket Programming
Posted: Tue Sep 22, 2009 6:22 pm
by Moosader
This may or may not help... I intend to look over the lecture notes when I have time.
One of my teachers has a Client / Server programming class.
http://www1.sce.umkc.edu/~cotterr/cs423 ... _fs09.html