搜索资源列表
sproxy
- TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
rtplib
- comer的RTP/PTCP实现源码,简单明晰,是学习RTP/RTCP的好例子。-comer RTP / paper, realizing source, the simple clarity is learning RTP / RTCP good example.
2120050338_张娜_2
- 一个简单实现Ethernet数据帧封装和计算 CRC 校验的功能的程序,供新手参考-achieve a simple Ethernet data frames Packaging, and CRC calculation of the function of the procedures for newcomers reference
简单tcpip数据交换
- 实际上是两个project--wj&cpp3,wj是服务端程序,cpp3是客户端程序 编译前先在代码内相应位置写服务器地址,在客户端写发送的数据 编译生成两个执行文件wj.exe和cpp3.exe 先运行wj.exe等待连接,然后运行cpp3 -addre-project is actually two -- wjcpp3, wj service software, cpp3 client program is compiled prior to the code to write
网管登记维护系统
- 一个简单的的网管登记维护系统!!!! 一个简单的的网管登记维护系统-a simple registration safeguard the network management system. ! ! ! A simple registration of Network Management and Maintenance System!
tcp-ipayixidailv
- 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
NewClient
- 这是一个TCP协议下的聊天客户端,简单易懂,适合初学者掌握CSOCKET类-This is a TCP under the Chat client and easily understood, for beginners master class CSOCKET
JOINLINK
- 最简单的udp通讯协议,用于单片机上,支持广播协议-most simple udp protocol for the MCU, support of broadcasting agreement
ssport
- 安全曾IP,即IPSEC层编程实例代码。简单接绍此编程。-IP, IPSEC-code programming examples. Shao then this simple programming.
VBnetworkTCP)
- 此VB程序实现的比较简单,我们可以完成主机和客户端之间的通信,此程序包含了主机和客户端程序.-VB program this relatively simple, we can complete the mainframe and client communication between, this includes the mainframe and client procedures.
MSARPSender
- ARP数据包发送程序源码.代码很简单,而很清楚地标出ARP数据包的构造,发送,和嗅探过程.很经典!-ARP packets to send a program source. Code is very simple and very clearly marked ARP packet structure, Send and sniffer process. classic!
FastPortscan
- 一个简单实用的端口扫描程序,用原始socket 编程实现。-a simple and practical port scanning procedures, using the original socket programming.
supersmtp
- 一个VC++实现的简单实用的SMTP程序,用于邮件的发送-a simple and practical procedure SMTP for mail delivery
ipMessage
- 跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密.-cross-platform information exchange, based on TCP / IP (UDP) without the server, simple and easy capable of transmitting files and folders, data communications using RSA / Blofish enc
基于TCP的聊天室的简单实现_MyChat
- 基于TCP的简单的聊天室程序,适合初学者学习.用vc写的。-based on the simple TCP chat room procedures, suitable for beginners to learn. With vc writes.
IPV6收发转发简单实现
- IPV6收发转发简单实现,实验是为了了解IPV6协议的分组接受和发送流程,理解网络层协议工作原理。-Simple implementation of IPV6 transceiver forwards the experiment is to understand the IPV6 protocol assigned to receive and send processes to understand the network layer protocol works.
vc 6.0 的最简单基本的socket通信例子
- vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-),vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
tcp/ip协议简单通话程序
- tcp/ip协议简单通话程序,可以放假初学者研究VC,同时可以实现局域网语音通信。,tcp/ip protocol simple procedure call, you can leave beginners Research VC, at the same time local area network voice communications can be achieved.
简单TCP协议实验 lab07
- 简单TCP协议实验, 计算机网络协议开发 copyright: HalfWay 08cs-Simple TCP agreement with experiment, computer network protocol development copyright: HalfWay 08cs
ServerTestTCP
- 以太网通讯简单服务器TCP方式,用于初学者了解以太网套接字SOCKET编程。(Ethernet communication simple server TCP mode, for understand the Ethernet socket SOCKET programming.)