![]() |
| | #1 |
| End Of Line Join Date: Apr 2002
Posts: 6,240
| Useful Links And Good Books Links: What is a Socket? Beej's Guide to Network Programming Using Internet Sockets Unix Socket FAQ TCP/IP FAQ Winsock Programmers FAQ TCP/IP Resource List Sockets.com SockAddr.com FTP RFC 959 SMTP RFC 821 Richard Stevens Homepage Internet Assigned Numbers Authority American Registry For Internet Numbers Books: Effective TCP/IP Programming by Jon Snader Various books by Richard Stevens Feel free to add yours to this thread, if its popular enough, I'll make it a sticky.
__________________ When all else fails, read the instructions. If you're posting code, use code tags: [code] /* insert code here */ [/code] |
| Hammer is offline | |
| | #2 |
| Unregistered Join Date: Oct 2001
Posts: 753
| First read this |
| Leeman_s is offline | |
| | #3 |
| Registered User Join Date: Oct 2002
Posts: 92
| Good site thank you .
__________________ AbHHinaay |
| planet_abhi is offline | |
| | #4 |
| End Of Line Join Date: Apr 2002
Posts: 6,240
| Threads merged...
__________________ When all else fails, read the instructions. If you're posting code, use code tags: [code] /* insert code here */ [/code] |
| Hammer is offline | |
| | #5 |
| Spanky Join Date: Nov 2002
Posts: 148
| I learned it from: http://www.madwizard.org Even though his tutorial isn't finished yet, its been a great explenation for me |
| devour89 is offline | |
| | #6 |
| Registered User Join Date: Aug 2001
Posts: 186
|
__________________ "Optimal decisions, once made, do not need to be changed." - Robert Sedgewick, Algorithms in C |
| johnnie2 is offline | |
| | #7 | |
| and the hat of vanishing Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,214
| Avoid the following Fallacies in your network programs Quote:
__________________ If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut. Up to 8Mb PlusNet broadband from only £5.99 a month! Last edited by Salem; 03-24-2008 at 05:19 AM. Reason: Fixed url (again) | |
| Salem is offline | |
| | #8 |
| and the hat of vanishing Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,214
| Network analyser - http://www.ethereal.com/ Use this to 1. Watch what existing browser / email / ftp / chat client does already 2. Watch what your program is doing different, if you're writing a browser / email / etc In a similar (or perhaps even the same vein), there's Wireshark, which is either the new name for ethereal, or a fork (I don't know which).
__________________ If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut. Up to 8Mb PlusNet broadband from only £5.99 a month! Last edited by Salem; 03-24-2008 at 05:23 AM. Reason: Added wireshark |
| Salem is offline | |
| | #9 |
| * Death to Visual Basic * Join Date: Aug 2001
Posts: 768
| there is one very important thing missing from this list, a raw sockets guide: http://packetstorm.widexs.nl/program...raw_socket.txt you gotta love raw sockets, even if win xp sp2 (*cough* lame *cough*) does not!
__________________ "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe http://www.Bloodware.net - Developing free software for the community. |
| Devil Panther is offline | |
| | #10 |
| End Of Line Join Date: Apr 2002
Posts: 6,240
|
__________________ When all else fails, read the instructions. If you're posting code, use code tags: [code] /* insert code here */ [/code] |
| Hammer is offline | |
| | #11 |
| & the hat of GPL slaying Join Date: Sep 2001
Posts: 5,730
| FYI: The Beej guide has moved to http://beej.us/guide/bgnet/ and has been updated in the first post. |
| Thantos is offline | |
| | #12 |
| Registered User Join Date: Mar 2006
Posts: 6
| DevilPanther's link for raw sockets seems to be down/out-of-date, Try: http://www.megasecurity.org/Programming/rawip.txt |
| NogginTheNog is offline | |
| | #13 |
| * Death to Visual Basic * Join Date: Aug 2001
Posts: 768
| Here is a better document on Raw Sockets: http://www.madchat.org//coding/c/c.r...raw_socket.txt
__________________ "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe http://www.Bloodware.net - Developing free software for the community. |
| Devil Panther is offline | |
| | #14 | |
| Registered User Join Date: Nov 2006
Posts: 1
| Quote:
At least I can't get it to run under GNU\LINUX distro (at least true to the open source philosophy) | |
| stuccio is offline | |
| | #15 | |
| * Death to Visual Basic * Join Date: Aug 2001
Posts: 768
| Quote:
But the link has nothing to do with Window or Linux, it's the general idea of how it works.
__________________ "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe http://www.Bloodware.net - Developing free software for the community. | |
| Devil Panther is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Binary Search Trees Part III | Prelude | A Brief History of Cprogramming.com | 16 | 10-02-2004 03:00 PM |
| i need links to good windows tuts... | Jackmar | Windows Programming | 3 | 05-18-2002 11:16 PM |
| Any Suggestions on AI books and links. | bman1176 | A Brief History of Cprogramming.com | 2 | 01-23-2002 10:13 AM |