搜索资源列表
uip-0.6
- uIP---8/16位单片机的嵌入式TCPIP协议
移植uip-1.0到Atmega32
- 移植uip-1.0到Atmega32 1)把 uip-1.0 的所有文件加入到工程,包括 uip 目录的文件(除uip-split.c)、unix 目录的文件、lib 目录的文件; 2)修改 uip/uip-neighbor.c 文件的 void uip_neighbor_add(uip_ipaddr_t ipaddr, struct uip_neighbor_addr *addr) 函数,一般注释掉 printf 语句即可,或者改为你自己的串口格式化打印实现。 3)u
uip1.0原代码和用户手册
- uip1.0原代码和用户手册,适用于单片机嵌入tcp/ip协议栈.,uip1.0 the original code and user manuals, applicable to single-chip embedded tcp/ip protocol stack.
uip-1.0.rar uip1.0的源码
- uip1.0的源码,我在8位的单片机中移植成功,还同时起多个连接,uip1.0 the source, in my 8-bit microcontroller in the success of transplantation, but also from a number of connections
uip-0.6.zip
- 一个含socket接口的小型tcp/ip协议栈,A socket interface containing small tcp/ip protocol stack
uip-0.9.rar 移植到440 下的uip
- 移植到440 下的uip,The uip transplanted yo the 440
uip-dm9000.rar
- uip 0.9在keil下的移植,包含dm9000驱动和web服务器。,uip 0.9 of transplantation in keil, including drive and web server dm9000.
UIP1.0
- 移植UIP1.0做一个WEB服务器在STM32上可以应用-UIP 1.0
stm32-IARUIP1.0
- IVR环境下STM32中移植UIP1.0代码-IVR environment STM32 code ported UIP1.0
mcu_netV1.00
- 移植uIP1.0到51单片机上的版本mcu_netV1.00 uIP ARP / ICMP / TCP协议的完全移植,可以稳定ping通单板,使用TCP服务器功能,连上单板的TCP服务器功能时(自定义端口1234),单板发出“Hello,how are you?”的问候。其后发出的字符单板都原样返回。 -Transplantation uIP1.0 to 51 single-chip version of the mcu_netV1.00 uIP ARP/ICMP/TCP proto
uip-to-51-mcu(success)
- uip移植到51单片机(移植成功的代码)-uip transplantation to Microcontroller (success)
icc
- .uIP是免费的TCP/IP协议栈,我们将它移植到我们的AVR以太网开发板中. 2.在uipopt.h文件中定义了网卡芯片的IP地址,默认值是192.168.0.99,你可以根据你的需要修改为 适当的IP,需要注意的是这个IP应该和你的计算机在同一局域网段内.例如你的计算机局域网IP为 192.168.1.X,子网掩码为255.255.255.0,则开发板的IP应该也设在192.168.1网段内,如果设为 192.168.0则需要修改子网掩码.-atmg128 net
basic-emac-uip-project-1.4-at91sam9260-ek
- Atmel at91sam9260 uip移植工程,用GCC编译-Atmel at91sam9260 uip transplantation works with GCC compiler
avr-8019-uip
- 一个AVR 上的UIP移植程序,很好用的8019驱动程序,ICCAVR的编译环境,已经用到产品上的代码。-A AVR on the UIP transplant procedures used in 8019 very good driver, ICCAVR compiler environment.
uip-tcp
- uip 在AVR上的移植,不错的代码,对学习TCP有帮助.-uip in the AVR' s transplant, good code, useful for learning TCP.
uip_0_9_stm32
- uIP 0.9协议的webservce的应用-uIP 0.9 Application of the agreement webservce
FreeRTOSV6.0.2
- 嵌入式免费操作系统freertos,包含uip-Embedded operating system for free freertos, with uip
uip-1.00
- uip源码,1.0版本,轻量级IP协议栈,完全可用。-uip source, 1.0 version, lightweight IP protocol stack is completely free.
basic-emac-uip-helloworld-project-at91sam9260-ek-i
- ARM9260,使用uip协议栈完成基本通信功能-ARM9260, the use of uip stack to complete basic communication
uip-0.6
- 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/>. This is version $Name: uip-0-6 $.