搜索资源列表
WINCE_Socket
- WINCE下TCP/IP协议网络编程,包括服务器端和客户端,在局域网上运行完全正常。-WINCE under TCP / IP network programming, including server and client, LAN running completely normal.
RTL8091BASEON8051F020
- 本原程序及8051F020,目的是熟悉RTL8019的硬件结构及软件编程方法,了解TCP/IP,HTTP,UPD,ARP和ICMP协议的内容
C51
- 使用51单片机实现TCP/IP协议,模块化编程
embeded_web_server_based_on_51
- 本文设计实现了一个基于5l单片机的嵌入式WEB服务 器。由于5l单片机系统资源的限制,本文使用c5l编程实现了简化后 的TCP/IP协议并在此基础上实现了H耵P协议。硬件设计采用8052 单片机和RTL8019AS以太网接口芯片。整个系统可以通过Internet进 行低成本远程访问。本文设计实现的基于5l单片机的嵌入式web服务 器价格低廉,测试试验表明整个系统性能稳定,可以广泛的应用于实 时性要求不高、需要通过Internet进行读写访问的场合,具有很强的实 用价值
uip-avr
- AVR单片机使用U-IP库的例子,U-IP是一个简化的TCP/IP协议包,希望对有网络编程的嵌入式开发爱好者有用
vxworks tcp/ip 源码
- windriver vxworks下的tcp/ip协议源码,是学习网络编程必看的重要资料
VxWorks_net
- vxworks下的网络通信编程,TCP/IP协议-network communication programming under vxworks, TCP/IP protocol
udptalk
- TCP/IP提供了无连接的传输层协议:UDP(User Datagram Protocol,即用户数据报协 议)。UDP 与 TCP 有很大的区别,因为无连接的 socket 编程与面向连接的 socket 编程也有很 大的差异。由于不用建立连接,因此每个发送个接收的数据报都包含了发送方和接收方的地 址信息。 -TCP/IP provides a connectionless transport layer protocol: UDP (User Datagram Proto
TCP-IP
- PIC单片机网络编程的源代码,使用了EN28J60以太网控制器,非常适合远程控制场合,ENC28J60是一款专门为单片机应用而设计的以太网控制芯片,一共28个引脚,通过SPI总线与单片机芯片连接,占用口线少,速度也比较快,对于软件开发而言,MicroChip提供了免费的TCP/IP协议栈,大大方便了软件工程师的开发工作。-PIC microcontroller network programming source code, use the EN28J60 Ethernet controller
AN-3003-uC-TCPIP-Socket-Programming(1)
- TCP/IP 协议源码 对于学习网口编程很有帮助-TCP/IP 协议源码 对于学习网口编程很有帮助
altera_lwip
- 轻量级TCP/IP协议,用于嵌入式网口编程。
Vxworkstcpipcode
- 此代码为Vxworks TCP/IP协议栈的源代码,了解此对vxworks的网络编程有很大的提高,是vxworks的深入学习不可或缺点的资料. -This code is Vxworks TCP/IP protocol stack source code, learn more about this on the vxworks network programming has greatly improved, is the essential point vxworks-depth stu
51mcuPRTL8019IP
- 51单片机+RTL8019上网编程指南,2011年7月份版本,对8019的使用介绍和TCP/IP协议介绍详细-51 single+ RTL8019 Internet Programming Guide, July 2011 version of the 8019 introduction and use of TCP/IP protocol described in detail
3ebeea051211
- AVR单片机使用U uip-AVR.zip - AVR单片机使用U-IP库的例子,U-IP是一个简化的TCP/IP协议包,希望对有网络编程的嵌入式开发爱好者有用microcontroller - AVR single-chip U-IP library to use the example, U-IP is a simplified TCP/IP protocol packets, and they hope to have network programming embedded de
TCP
- pc机与wince平台实现网络通讯,在局域网中,pc机与多台wince平台仪器通讯,实现数据传输,文件包括pc机程序和wince平台程序,采用socket编程(tcp/ip协议)-pc machine with wince platform network communications LAN the pc machines with more than one wince platform instrument communication, data a book
UIP1.0_CSDN
- uip1.0源码和中文说明,适用于单片机嵌入tcp/ip协议栈编程。-uip1.0 source and Chinese instructions for embedded microcontroller tcp/ip protocol stack programming.
lab20-IP
- DSP程序中ip协议的编程。调试方便,巨好用。同时上传了tcp,两个可以一起看。-The IP protocol DSP program programming. Convenient debugging, giant good use. At the same time to upload TCP, two can watch.
ucos TCP/IP源码
- 基于ucos TCP/IP协议栈详解!提供tcp,udp编程API函数。