Embedded Servers
Embedded Server:
An embedded server is typically a part of a bigger solution and provides dedicated services to that solution. Some embedded servers are pre-installed in devices and run out of main memory (ie. diskless).
An embedded system is a special-purpose computer system, which is completely encapsulated by the device it controls.An embedded system has specific requirements and performs pre-defined tasks, unlike a general-purpose personal computer.
From : en.wikipedia.org/wiki/Embedded_systems
uIP TCP/IP Stack
The open-source uIP TCP/IP stack provide TCP/IP connectivity to tiny embedded 8-bit microcontrollers, with maintained interoperability and RFC standards compliance.
uIP is an implementation of the TCP/IP protocol stack intended for small 8-bit and 16-bit microcontrollers. It provides the necessary protocols for Internet communication, with a very small code footprint and RAM requirements - the uIP code size is on the order of a few kilobytes and RAM usage is on the order of a few hundred bytes.
Loading .....