xref: /nrf52832-nimble/rt-thread/components/net/uip/README (revision 104654410c56c573564690304ae786df310c91fc)
1uIP is a very small implementation of the TCP/IP stack that is written
2by Adam Dunkels <[email protected]>. More information can be obtained
3at the uIP homepage at http://www.sics.se/~adam/uip/.
4
5This is version $Name: uip-1-0 $.
6
7The directory structure look as follows:
8
9apps/  - Example applications
10doc/   - Documentation
11lib/   - Library code used by some applications
12uip/   - uIP TCP/IP stack code
13unix/  - uIP as a user space process under FreeBSD or Linux
14