uIP (micro-IP) TCP/IP stack

uIP is the worlds smallest full TCP/IP stack. Intended for tiny microcontroller systems where code size and RAM are severly constrained, uIP only requires 4-5 kilobytes of code space and a few hundred bytes of RAM. uIP has been ported to a wide range of systems and has found its way into many commercial products.

I have patched uIP stack and added several improvements:
* Support for AIC binary blobs in telnet communication.
* Added FTP server
* Added a macro UIP_UDP_APPCALL()
* Bugfixes
o Fixed bug in UDP protocol, UDP was not workable with different source and destination sockets.
o Fixed code to be parsed with doxygen without problems.

This file is:
uip-2.0.zip


Original uIP author could be reached here.


../index.html