https://github.com/adamdunkels/uip
The historical uIP sources
https://github.com/adamdunkels/uip
Last synced: 7 months ago
JSON representation
The historical uIP sources
- Host: GitHub
- URL: https://github.com/adamdunkels/uip
- Owner: adamdunkels
- Created: 2013-03-27T20:24:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T22:13:45.000Z (almost 9 years ago)
- Last Synced: 2025-03-28T08:05:21.883Z (7 months ago)
- Language: C
- Size: 2.05 MB
- Stars: 923
- Watchers: 108
- Forks: 355
- Open Issues: 6
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-embedded-systems - uIP - A very tiny IP stack, but also a very minimal IP stack. (Not maintained anymore) (Packages, Libraries and RTOSes / TCP/IP)
- awesome-embedded-software - uIP - Very small implementation of the TCP/IP stack that is written by Adam Dunkels. (Protocols / Network protocols)
README
uIP is a very small implementation of the TCP/IP stack that is written
by Adam Dunkels . 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