搜索资源列表
rtplib
- comer的RTP/PTCP实现源码,简单明晰,是学习RTP/RTCP的好例子。-comer RTP / paper, realizing source, the simple clarity is learning RTP / RTCP good example.
uip0.9.tar
- 该程序在8位-16位单片机上实现TCP/IP协议,含完整 C 语言源码和实现文档-procedures in the eight to 16-bit microcontrollers to achieve TCP / IP protocol, with a complete C language source code files and realize
tcp_ip_on_DOS
- 在DOS操作系统下 Tcp/ip协议栈的实现完全源码 该DOS版本为1987年微软提供给IBM用于IBM-PC上用的-under the DOS operating system DEC / ip protocol stack to achieve full source code for the DOS version of Microsoft in 1987 to IBM for IBM-PC use
EMB-TCP-IP-STACK
- 一个专为嵌入式系统编写的小型TCP/IP协议栈 TCP/IPLean,一个适于学习并容易移植的协议栈, 有专门书籍《嵌入式系统web服务器TCP/IP Lean》 进行详细介绍,很适合于希望了解TCP/IP基本原理 和代码实现的朋友 这里提供它的VC6版源码包下载, 它可以与超值型以上开发板提供的arpscan、ping 和udp实例配套,作为主机端的服务运行。 -an embedded system for the prepara
e041tcpipc51
- 51单片机TCP/IP实现源码,C语言编写,实现了UDP,TCP等功能-51 SCM implementation of TCP / IP source code, C language and realized the UDP, TCP functions
rtspget-0.0.3.tar
- internet的tcp/ip协议客户端的实现源码,包括rtp,rtcp,rtsp-the internet tcp / ip client agreements to achieve the source, including rtp. rtcp, rtsp
fenice-1.11
- internet的tcp/ip协议的服务器端实现源码,包括rtp,rtcp,rtsp协议的数据封装实现代码-the internet tcp / ip agreement server achieving source, including rtp. rtcp, rtsp agreement data encapsulation code
tcpudp
- 该源码实现两个主机之间的通信,可互相接发。
UDP
- 源码实现了简单的功能,可以学学看源码实现了简单的功能,可以学学看
linux系统下用C程序实现Ping功能
- linux下用c实现的ping程序源码, 对于理解tcp/ip有很大帮助, 建议收藏, 取之于网,用之于网, 与你分享!-c ping procedures to achieve the source for understanding tcp / ip is very helpful, the proposed collection, taken from the network and use network, to share with you!
数据链路层协议的实现
- 关于数据链路层协议的实现源程序,包括停等协议等,重点是p5(退回到N重传)和p6(选择性重传),非常详细的C源码
成功移植到Xilinx Virtex6下的LWIP源码
- 成功移植于xilinx virtex6下面的LWIP协议栈,成功实现1G以太网TCP/UDP,UDP下实际测试数据传输率可打到900Mbps以上
btdownload
- BT下载器源代码VC++版,还算好用,只需指定输入IP,就可进行TCP、UDP多线和连接,监听等操作、尤其是对BT下载原理及其实现方法非常有帮助。 -BT download browser source code VC++ version is still easy to use, simply enter the designated IP, be it TCP, UDP and multi-line connections, such as monitoring the operatio
arp
- 用TCP_IP进行网际互联第二卷设计实现与内核中关于TCP/IP中ARP源码实现-internet connecting using tcp_ip the source of arp
QQ
- c#源码实现多个客户端的聊天功能,带界面,可以使用,分为客户端和服务器-c# source code to achieve multiple clients chat with the interface, you can use, divided into client and server
TCP协议客户端服务器间视频传输c源码
- 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
基于TCPIP协议的文件传输源码
- 基于C语言实现大文件传输,主要实现TCPIP协议,能实现单个文件超过4个G的传输,速度在局域网下能达到极限传输速度(This program achieved to transfer large file based TCP/IP protocal.)
vc 源码TCP聊天
- 这是一个简单的源码,通过TCP协议实现简单的文字聊天功能(This is a simple source code, through the TCP protocol to achieve simple text chat function)
linux-1.2.13.tar
- tcp/ip内核源码实现,对于分析源码来理解tcp/ip协议有很好的作用(Tcp/ip kernel source code implementation)
socket ipv4通信源码
- socket ipv4通信源码,可以实现客户端和服务端ipv4通信。