Experiences with (free) embedded TCP / IP stacks? [closed]
I’ve used both uIP and lwIP extensively. uIP Great if youre only wanting something basic like a bootloader Small footprint. Uses polling so we’ve never got over 3kbit with it 🙁 No DHCP ‘out of the box’ Poor UDP support lwIP Fully interrupt driven so much faster (~ x10) Includes DHCP with failover AutoIP UDP … Read more