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

What is the difference between RTOS and Embedded Linux? [closed]

Linux is a general-purpose OS (GPOS); its application to embedded systems is usually motivated by the availability of device support, file-systems, network connectivity, and UI support. All these things can be available in an RTOS, but often with less broad support, or at additional cost or integration effort. Many RTOS are not full OS in … Read more

tech