搜索资源列表
WiFi-URAR-RS232.rar
- 产品描述 ◆ SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议,接口信号5V、地、RX 、TX四线连接; ◆ 模块简洁、体积小,22*60*7 mm; ◆ 用户接口开发简单快捷,串口驱动 ; ◆ MSC51/PIC/ARM7 等 8、32位单片机轻易驱动,驱动代码极少; 产品参数 ◆ 支持UART数据接口,波特率:19.2k / 38.4k / 57.6k / 115.2k bps ; ◆ 无线数据速率支持802.11b,最高速率11M ; ◆ 集成802.11
RFC2507
- 基于PPP链路的IP/UDP/TCP报头压缩协议。-PPP link-based IP/UDP/TCP header compression protocol.
WinsockWithVB
- TCP/IP vs UDP/IP Using VB + Winsock -TCP/IP vs UDP/IP Using VB+ Winsock
TCP-UDPtool
- TCP-UDP调试工具. TCP-UDP调试工具. -TCP-UDP调试工具.TCP-UDP调试工具.TCP-UDP调试工具.TCP-UDP调试工具.
LinuxTCPIP
- Linux网络编程TCP/IP协议,介绍网络层次,IP的数据结构,UDP和TCP协议等-Linux Network Programming TCP/IP protocol on the network level, IP data structure, UDP and TCP protocol, such as
socket
- 是学习socket编程难得的pdf,udp,tcp编程必看-It is rare to learn socket programming pdf, udp, tcp programming see
udt
- 本PPT主要介绍了UDT协议与tcp协议的比较,并说明了UDT协议的相关机制-failed to translate
udt-2009
- 本PPT主要介绍了UDT协议与tcp协议的比较,并说明了UDT协议的相关机制-This PPT introduces the UDT protocol and tcp protocol comparison and describes the UDT protocol mechanisms
XT07ProtocolosTCPyUDP
- a pdf that present the tcp and udp protocols - in spanish-a pdf that present the tcp and udp protocols- in spanish
AT_Command_Manual_for_ZTE_Corporation_ME3000_Modu
- ZTE s ME3000 GSM module AT Command handbook. Included SMS, GPRS, TCP and UDP AT command.
The_Linux_Networking_Architecture
- 除了PPP、IP、防火牆、路由、TCP、NAT、UDP及套接字等核心問題外,本書還討論了最新的協議及協議擴展,譬如各種DSL訪問技術中用到的PPPoE協議、Bluetooth(藍牙)四驅動程序及QoS(Quality-of-Service,服務質量)支持等-In addition to PPP, IP, firewall, routing, TCP, NAT, UDP, and sockets and other core issues, this book also discusses the
TCP.UDP
- TCP.UDP协议的聊天程序源代码,介绍了客户端和服务端的相关代码,并有相关注释-TCP.UDP protocol chat program source code, introduced the client and service side of the relevant code, and relevant comments
TCPandUDP
- TCP and UDP for net application
TCP_UDP
- NS2环境下的TCP/UDP业务仿真实例,内含代码-the udp/tcp files for ns2
GPRS-Data-Transfer
- 0 IP INITIAL 初始化 ( Original value.) 1 IP START 启动任务 ( login configuration.) 2 IP CONFIG 配置场景 ( Start LCP,NCP and IP) 3 IP IND 接受场景配置 no used 4 IP GPRSACT 场景已激活 (IP connection success) 5 IP STATUS 获得本地IP 地址 (Get local IP address)
md231-gprs-at-command
- 讯研通MD231 gprs模块建立tcp或udp连接,AT命令详细参考-MD231 gprs module information through research to establish tcp or udp connection, AT command reference for more
IP-Messenger-shuoming
- 飞鸽传书源代码的详细解释,主要的大部分都说明了-IP Messenger Windows SDK TCP/UDP
Sockets-notes
- Network Programming Topics in this section include: • What a socket is • What you can do with a socket • The difference between TCP/IP, UDP/IP and Multicast sockets • How servers and clients communicate over sockets
tipos-de-trafico-y-tcp-y-udp
- code of traffic TCP and UDP in NS2.. simple tcl
IP_UDP_TCP_ICMP-checksum
- IP/UDP/TCP/ICMP的校验和 在发送数据时,为了计算数IP据报的校验和。应该按如下步骤: (1) 把IP数据报的校验和字段置为0。 (2) 把首部看成以16位为单位的数字组成,依次进行二进制反码求和 (3) 把得到的结果存入校验和字段中。 在接收数据时,计算数据报的校验和相对简单,按如下步骤: (1)把首部看成以16位为单位的数字组成,依次进行二进制反码求和,包括校验和字段。 (2)检查计算出的校验和的结果是否等于零。 (3)如果等于零,说明被整除