资源列表
SOCKcommunications
- SOCK通信原版,下载后修正的,基于控制台tcp连接模式的-SOCK original communications, after downloading amended, based on the console tcp connection mode of
DDNS
- 该协议采用UDP方式接入服务器,图中req表示请求数据包,res表示应答数据包。当设备上线时发送hello数据包给服务器,服务器检查数据的合法性,如果是非法请求,服务器将不作响应。设备收到应答数据后将发出refresh更新数据包,服务器同样先检查数据-The agreement means the use of UDP access server, the figure said req request packet, res that the response packet. When the
cc65
- This directory is a port of uIP to the popular Commodore 64 home computer. In order to compile it, you need the cc65 C compiler that can be downloaded from <http://www.cc65.org/>.
chapter5-OpenFileDialogs_example
- 关于vb.net的radiobutton按钮的应用,可以用于熟悉radiobutton的应用大有提高
Linuxsocket文件传输送程序
- Linux下写的 socket 文件传输送程序服务端和客户端完美统一!命令行参数分析的完美方式!
TCPIP
- 用户输入网络地址和子网掩码,然后输出该子网中所有的主机地址。 要求有基本的错误判断。例如:在提示输入网络地址时,如果用户输入了 2a,应该提示用户重新输入 -The user to enter the network address and subnet mask, and then output the all host address in the subnet. The basic error of judgment is required. When prompt
linux下ping程序(超级详细,超级全)
- 详细的实现了linux下ping
RouteTraceCmd
- 使用ICMP实现RouteTrace路由跟踪的vc实现代码,供大家参考-The realization of the use of ICMP routing RouteTrace achieve vc tracking code for your reference
MFCUDP
- 用MFC开发的UDP接收和发送软件,有源码,对于自己想用MFC开发的工程人员具有非常好的学习和参考价值
SmtpSockeProcess
- smtp协议原理 与smtp协议有关的socket编程
tcp_ip_design_report.doc
- 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌
ClientServer2
- Java code for implementing Client-Server. There are 5 clients and 5 servers with queues and threads for communication between each client and server