All internet protocols are specified in a special document, called RFC, moreover all RFCs are located at https://www.ietf.org/rfc/, for example UDP is specified by RFC 768.
I wrote a script to download RFC document according to its number, download_rfc.py
Usage:
download_rfc.py [options]
Options:
-n RFC number
-o output rfc-file in txt-format
Example [download RFC-768, UDP spec]:
python download_rfc.py -n 768 -o udp_spec.txt
23+ years’ programming and theoretical experience in the computer science fields such as video compression, media streaming and artificial intelligence (co-author of several papers and patents).
the author is looking for new job, my resume