Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
apps/ | H | 25-Apr-2025 | - | 5,332 | 3,231 | |
doc/ | H | 25-Apr-2025 | - | 35,900 | 33,559 | |
lib/ | H | 25-Apr-2025 | - | 248 | 57 | |
rt-thread/ | H | 25-Apr-2025 | - | 1,531 | 804 | |
uip/ | H | 25-Apr-2025 | - | 7,826 | 2,878 | |
unix/ | H | 25-Apr-2025 | - | 718 | 252 | |
README | H A D | 25-Apr-2025 | 461 | 14 | 10 | |
uip-1.0-changelog.txt | H A D | 25-Apr-2025 | 3.3 KiB | 99 | 64 |
README
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