I want to know some content about protocols in detail,
such as PPP,PPPOE,RDP,how to get them?
This is a discussion on How to get the content about protocol? within the Networking/Device Communication forums, part of the General Programming Boards category; I want to know some content about protocols in detail, such as PPP,PPPOE,RDP,how to get them?...
I want to know some content about protocols in detail,
such as PPP,PPPOE,RDP,how to get them?
google.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
RFCs are a good source for a lot of protocols
Last edited by CommonTater; 12-29-2011 at 03:37 AM.
Click me
When you're done with PPP, feel free to replace it with the name of the protocol of your choice.
If it takes this much effort just to get you to STFW, you're not ready for network programming.
I bet you haven't even read the intro threads in the networking subforum yet.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
If you look up a protocol in wikipedia, the article will contain references to the relevant RFCs. Just plaining googling "RFC PPP" usually works too, they are all online somewhere.
Beware that some RFC's supersede previous ones, and the "archaeology" of the web can screw you up with outdated material, esp. with protocols that have not changed much in decades (except for ...). Wikipedia is great for this because the material is kept up to date and usually of good quality.
C programming resources:
GNU C Function and Macro Index -- glibc reference manual
The C Book -- nice online learner guide
Current ISO draft standard
CCAN -- new CPAN like open source library repository
3 (different) GNU debugger tutorials: #1 -- #2 -- #3
cpwiki -- our wiki on sourceforge