Tag
#tcp-ip
2posts

Tech6 min read
Hosting a website on a $1 microcontroller
One programmer squeezed a real TCP/IP stack onto a $1 AVR chip using SLIP over serial. The site is slow, the TCP is buggy, and it loads.
#embedded#networking#avr

Tech7 min read
TCP vs. UDP: The 'Registered Mail' Mental Model
Why does video calling glitch but file downloads pause? A mastery guide to the 3-Way Handshake, Head-of-Line Blocking, and why UDP is winning (HTTP/3).
#Networking#TCP/IP#Protocols