rt-thread-official/components/net/uip
itspy.wei f438f02b0f add uip
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1125 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-26 16:27:45 +00:00
..
apps add uip 2010-11-26 16:27:45 +00:00
doc add uip 2010-11-26 16:27:45 +00:00
lib add uip 2010-11-26 16:27:45 +00:00
rt-thread add uip 2010-11-26 16:27:45 +00:00
uip add uip 2010-11-26 16:27:45 +00:00
unix add uip 2010-11-26 16:27:45 +00:00
README add uip 2010-11-26 16:27:45 +00:00
uip-1.0-changelog.txt add uip 2010-11-26 16:27:45 +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