# uip **Repository Path**: IOTCodeLib/uip ## Basic Information - **Project Name**: uip - **Description**: uIP是专为8位和16位的嵌入式微控制器设计的微型TCP/IP协议栈, 它采用BSD授权(这里可以获得完整的BSD许可证), 具有良好的互操作性, 并遵循RFC标准. uIP提供了 - **Primary Language**: C/C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/uip - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2025-03-01 - **Last Updated**: 2025-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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