资源列表
uip09win
- 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/ The directory structure look as follows: apps/ -
rtplib
- comer的RTP/PTCP实现源码,简单明晰,是学习RTP/RTCP的好例子。-comer RTP / paper, realizing source, the simple clarity is learning RTP / RTCP good example.
tcp-ipv3
- 用tcp/ip进行网际互联第三卷书源代码,含有linux与windows两种平台版本-with tcp / ip for internetworking Volume III source code book, containing two windows and linux platform version
流量控制
- 这是本人跟通寝室同学做的毕业设计课题,该课题主要任务是在分析Linux内核的基础上,熟悉和掌握Linux流量控制的机理。并进一步实现可针对IP地址进行流量控制的应用软件。该软件采用C/S结构。客户端负责用户管理,流量控制策略管理和人机交互部分。服务器端负责带宽分配,流量控制的具体实现。在课题的具体分工上,本子课题负责客户端的实现。-this is my bedroom with Qualcomm graduate students to do design issues, the main to
netinet_bsd4.4
- Free BSD下TCP/IP协议栈的实现。虽然不是很新,但是许多其他TCP/IP协议栈都是参考它实现的。如果学习的话,建议看这个版本,原滋原味-Free BSD TCP / IP protocol stack is achieved. Although it is not new, but many other TCP / IP protocol stack is the realization of reference it. If learning, I suggest they look
8019网卡芯片中文数据手册
- 8019网卡芯片中文数据手册,周立功翻译的-8019 Ethernet chip Chinese manual data, Zhou Ligong translation
Digital-Algorithm
- 数字图像处理,运用眼睛定位算法用于鉴定驾驶员疲劳驾驶。-Digital image processing, using eye localization algorithm used to identify driver fatigue driving.
P2P视频通信
- 一个视频通讯的p2p的 c#代码(A video communication p2p c # code)
p2p
- 通常情况下,当进程使用UDP 和外部主机通信时,NAT 会建立一个Session ,这个Session 能够保留多久并没有标准,或许几秒,几分钟,几个小时。(Typically, when a process uses UDP to communicate with an external host, NAT creates a Session, how long the Session can hold and does not have a standard, maybe a few sec
220960
- 易语言p2p服务器源码,程序调用API函数实现p2p服务器功能。(Easy language p2p server source code , the program calls API functions p2p server.)
P2P架构的简单聊天工具
- 使用时,任选一个运行的终端作为服务器,其余的用户终端都在这个服务器的协调下交换信息。收发信息的P2P过程。 当用户甲要与用户乙进行P2P通信时,在终端的发送信息文本框内编辑文字信息,编辑完成后从界面上的在线用户列表中选中对方(乙)的用户名,单击“发送”按钮,启动事件过程OnSend(),向服务器发出请求P2P服务类消息。 服务器收到请求后,执行PtoPsrvProvdr()方法,并向用户甲返回P2P服务响应类消息。 用户甲的终端收到服务器返回的响应消息后(实际上是获取了乙方的I
MATT传输中Server与Client的搭建
- MQTT,本例中包含客户端和服务器端,可以很好的完整进行MQTT的调试,并很方便进行代码复用,具有很好的示例效果。