src: https://x.com/_trish_xD/status/2042385253285691454
List of C/C++ Project Ideas in Networking Programming 🔗
Here's a collection of practical projects with references to help you get started:
- Let's Code a TCP/IP Stack
-
Part 1: Ethernet & ARP http://saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/
-
Part 2: IPv4 & ICMPv4 http://saminiir.com/lets-code-tcp-ip-stack-2-ipv4-icmpv4/
-
Part 3: TCP Basics & Handshake http://saminiir.com/lets-code-tcp-ip-stack-3-tcp-handshake/
-
Part 4: TCP Data Flow & Socket API http://saminiir.com/lets-code-tcp-ip-stack-4-tcp-data-flow-socket-api/
-
Part 5: TCP Retransmission http://saminiir.com/lets-code-tcp-ip-stack-5-tcp-retransmission/
- Programming concurrent servers
-
Part 1 - Introduction https://eli.thegreenplace.net/2017/concurrent-servers-part-1-introduction/
-
Part 2 - Threads https://eli.thegreenplace.net/2017/concurrent-servers-part-2-threads/
-
Part 3 - Event-driven https://eli.thegreenplace.net/2017/concurrent-servers-part-3-event-driven/
-
Part 4 - libuv https://eli.thegreenplace.net/2017/concurrent-servers-part-4-libuv/
-
Part 5 - Redis case study https://eli.thegreenplace.net/2017/concurrent-servers-part-5-redis-case-study/
-
Part 6 - Callbacks, Promises and async/await https://eli.thegreenplace.net/2018/concurrent-servers-part-6-callbacks-promises-and-asyncawait/
- MQTT Broker from scratch
-
Part 1 - The protocol https://codepr.github.io/posts/sol-mqtt-broker
-
Part 2 - Networking https://codepr.github.io/posts/sol-mqtt-broker-p2
-
Part 3 - Server https://codepr.github.io/posts/sol-mqtt-broker-p3
-
Part 4 - Data structures https://codepr.github.io/posts/sol-mqtt-broker-p4
-
Part 5 - Topic abstraction https://codepr.github.io/posts/sol-mqtt-broker-p5
-
Part 6 - Handlers https://codepr.github.io/posts/sol-mqtt-broker-p6
-
Bonus - Multithreading https://codepr.github.io/posts/sol-mqtt-broker-bonus