openblt/Target/Source/third_party/uip
Frank Voorburg d407f9b365 Refs #584. Reintegrated branch for DHCP support development back into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@572 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-08-02 14:32:30 +00:00
..
apps Refs #584. Reintegrated branch for DHCP support development back into the trunk. 2018-08-02 14:32:30 +00:00
doc - Corrected whitespace formatting with Astyle tool. 2016-03-01 14:24:23 +00:00
lib - Corrected whitespace formatting with Astyle tool. 2016-03-01 14:24:23 +00:00
uip Refs #584. Reintegrated branch for DHCP support development back into the trunk. 2018-08-02 14:32:30 +00:00
unix Refs #588. Changed the uIP configuration macro UIP_CONF_BYTE_ORDER from LITTLE_ENDIAN to UIP_LITTLE_ENDIAN. LITTLE_ENDIAN is described in the comments, but by inspecting the uIP stack source code, it becomes clear that it needs to be UIP_LITTLE_ENDIAN instead. 2018-07-23 22:31:18 +00:00
README - Implemented TCP/IP communication interface for the bootloader with support for the LM3S target. Demo program does not yet re-activate the bootloader. 2014-07-15 15:01:42 +00:00
uip-1.0-changelog.txt - Implemented TCP/IP communication interface for the bootloader with support for the LM3S target. Demo program does not yet re-activate the bootloader. 2014-07-15 15:01:42 +00:00

README

uIP is a very small implementation of the TCP/IP stack that is written
by Adam Dunkels <adam@sics.se>. More information can be obtained 
at the uIP homepage at http://www.sics.se/~adam/uip/.

This is version $Name: uip-1-0 $.

The directory structure look as follows:

apps/  - Example applications
doc/   - Documentation
lib/   - Library code used by some applications
uip/   - uIP TCP/IP stack code
unix/  - uIP as a user space process under FreeBSD or Linux