# uip09 **Repository Path**: network-communication/uip09 ## Basic Information - **Project Name**: uip09 - **Description**: No description available - **Primary Language**: C/C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-08-20 - **Last Updated**: 2023-08-20 ## 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://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 这个程序是在linux系统下模拟个设备级网卡,接收数据,调试无操作系统的网络功能