|
| 1 | +Awesome Networking |
| 2 | +================== |
| 3 | + |
| 4 | +A curated list of awesome networking libraries, resources and shiny things. |
| 5 | + |
| 6 | +- HTTP |
| 7 | + - [HTTP: The Definitive Guide](http://shop.oreilly.com/product/9781565925090.do) |
| 8 | + - [HTTP/1.1](https://www.ietf.org/rfc/rfc2616.txt) |
| 9 | + - [HTTP/2 draft](https://tools.ietf.org/html/draft-ietf-httpbis-http2-16) |
| 10 | + - [High Performance Browser Networking](http://chimera.labs.oreilly.com/books/1230000000545) |
| 11 | + |
| 12 | +- TCP/IP |
| 13 | + - [TCP/IP Illustrated](https://www.google.com/search?q=TCP%2FIP+Illustrated&ie=utf-8&oe=utf-8&aq=t&gws_rd=ssl) |
| 14 | + - [tcpdump](http://www.tcpdump.org/tcpdump_man.html) |
| 15 | + - [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/output/html/multipage/index.html) |
| 16 | + - [The C10K problem](http://www.kegel.com/c10k.html) |
| 17 | + - [Tornado](https://github.com/tornadoweb/tornado/blob/master/tornado/ioloop.py) |
| 18 | + - [Linux source](https://github.com/torvalds/linux/tree/master/net/ipv4) |
| 19 | + - [XNU source](http://www.opensource.apple.com/source/xnu/xnu-3248.20.55/bsd/netinet/) |
| 20 | + - [TCP Hybla](http://www.mathcs.emory.edu/~cheung/Courses/558/Syllabus/Papers/TCP-Hybla.pdf) |
| 21 | + |
| 22 | +- DNS |
| 23 | + - [DNS](https://www.ietf.org/rfc/rfc1035.txt) |
| 24 | + |
| 25 | +- Protocols and APIs |
| 26 | + - [SOCKS Protocol Version 5](https://www.ietf.org/rfc/rfc1928.txt) |
| 27 | + - [tuntap](https://www.kernel.org/doc/Documentation/networking/tuntap.txt) |
| 28 | + - [NAT](https://www.ietf.org/rfc/rfc1631.txt) |
| 29 | + - [Android VpnService](http://developer.android.com/reference/android/net/VpnService.html) |
| 30 | + - [Network Extension](https://developer.apple.com/library/prerelease/ios/documentation/NetworkExtension/Reference/Network_Extension_Framework_Reference/index.html#//apple_ref/doc/uid/TP40016234) |
| 31 | + |
| 32 | +- Cryptography |
| 33 | + - [Cryptography](http://online.stanford.edu/course/cryptography) |
| 34 | + - [Block cipher mode of operation](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation) |
| 35 | + - [libsodium](https://github.com/jedisct1/libsodium) - A modern and easy-to-use crypto library. |
| 36 | + - [OpenSSL](https://www.openssl.org/) |
| 37 | + - [Common Crypto](https://developer.apple.com/library/mac/documentation/Security/Conceptual/cryptoservices/GeneralPurposeCrypto/GeneralPurposeCrypto.html#//apple_ref/doc/uid/TP40011172-CH9-SW1) |
| 38 | + |
| 39 | +License |
| 40 | +------- |
| 41 | + |
| 42 | +[CC BY 4.0](http://creativecommons.org/licenses/by/4.0/) |
0 commit comments