forked from Imagelibrary/uip
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
uIP is a very small implementation of the TCP/IP stack that is written
|
|
by Adam Dunkels <adam@dunkels.com>. More information can be obtained
|
|
at the uIP homepage at
|
|
http://dunkels.com/adam/uip/
|
|
|
|
The directory structure look as follows:
|
|
|
|
apps/ - example applications
|
|
doc/ - documentation
|
|
uip/ - actual uIP TCP/IP, SLIP and ARP code
|
|
unix/ - Example of how to run uIP as a user space process under FreeBSD or Linux
|