搜索资源列表
md5main
- 这个程序是MD5算法的C源代码,调试通过。可以直接应用,在网络通讯中有用。-the procedure is MD5 algorithm in C source code, debugging through. Can be directly applied in the network communications useful.
socket.study
- 一个简单的C/S网络通讯程序,说明网络通信的基本原理,很适合初学者学习.-a simple C / S network communications procedures on network communication to the basic principles of learning is very suitable for beginners.
Multicast2007
- 网络通讯,多机通讯测试程序,适合初级程序员-network communications, multi-machine communications test procedure for junior programmers
WindowsNetComPRO
- 《Windows 网络与通讯程序设计 》的随书源码
netArp
- 相信各位都玩过SOCKET编程,用CSocket进行网络通讯非常方便,但有时想搞点底层点东西却非常麻烦,用windows的API最低也只能SOCK_RAW,顶多能看到IP层数据,如果想处理数据链路层的数据就无从下手了,幸好某天发现了winpcap东西。用了它处理底层的东西就非常方便。 winpcap主要有两个dll供程序员直接调用,pcap.dll和packet.dll,本程序主要使用pcap.dll.详细请看代码,本人也是刚接触WinPcap,所以一不定有一些错漏的地方,请各位大蝦
unix-netprog
- unix下网络通讯方面的程序-communications procedures
winsockapi
- 利用api开发的网络通讯程序,源码,类似于winsock控件。
release
- linux平台下的网络通讯程序,可实现用户鉴别,单聊,群聊等
PhoenixFW
- 分层服务提供程序。 LSP就是TCP/IP协议等的接口.LSP用在正途上可以方便程序员们编写监视系统网络通讯情况的Sniffer,可是现在常见的LSP都被用于浏览器劫持
linux_socket
- linux 下的网络通讯客户端和服务端程序
agent2d-2.0.0.tar(1)
- 一个相当不错的网络接口程序,主要用于tcpip网络通讯-it is a source code of internet
GPRS
- 基于s3c2410的GPRS模块驱动程序,研究网络通讯的能用上-The GPRS-based s3c2410 Module Driver, research network communications can be used on the
test-net
- 基于linux操作系统的流式套接字网络通讯程序!包括主机和客户机的程序!-the internet communication protocols in Linux
Linux-program-command
- linux程序员必备,linux命令大全,包括文件系统、网络通讯、磁盘管理等等。-essential linux programmers, linux command Daquan, including file systems, network communication, disk management.
TimeSynchronization
- 通过服务器端、客户端的网络通讯,了解系统编程的基本原理。同步网络时间应用程序。-Synchronized network time applications, server-side and client network communication, understanding of the basic principles of system programming.
rand
- 网络聊天程序 有客户端和服务器端 客户端之间通讯-The network chat program has communication between the client and the server client
03598541
- 基于协议的客户端通讯程序,需要有MODBUS服务器的模拟器,(Based on the protocol client communication program, need a MODBUS server emulator,)
SRSniffer
- 类似wireshare的应用,但是可以选择截取正在运行的程序网络通讯包.(capture the application network package.)
01_session_daemon_test
- 在网络通讯时,源主机的应用程序知道目的主机的IP地址和端口号,却不知道目的主机的硬件地址,而数据包首先是被网卡接收到再去处理上层协议的,如果接收到的数据包的硬件地址与本机不符,则直接丢弃。因此在通讯前必须获得目的主机的硬件地址。ARP协议就起到这个作用。源主机发出ARP请求,询问“IP地址是192.168.0.1的主机的硬件地址是多少”,并将这个请求广播到本地网段(以太网帧首部的硬件地址填FF:FF:FF:FF:FF:FF表示广播),目的主机接收到广播的ARP请求,发现其中的IP地址与本机相符,
screen-dey
- 串口通讯实例下位机程序代码配合易语言上位机()