搜索资源列表
rawsocketping
- 创建原始套接字,构造ICMP协议ECHO数据头,发送数据sendto 接收数据recvfrom,分析返回IP数据头及ICMP数据头 程序代码极其简单,适合初学网络编程者参考- Founds the primitive sleeve joint character, structure ICMP the agreement ECHO data head, transmits data sendto receive data recvfrom, the analysis returns to t
会话通信程序1
- 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如
套接字简单应用
- 一个简单的套接字编程程序,适合初学者模仿。里面有两个压缩包,先运行LX1,作为服务端,接着是LX2作为客户端-a simple socket programming, for beginners to imitate. There are two compressed, first running lens, as the server, followed by the client as LX2
tcp-ipayixidailv
- 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
SynSocket
- 一套同步套接字程序,分为同步套接字客户端和服务器端。功能比较简单-synchronization socket set procedures, divided into synchronization socket client and server side. Relatively simple function
简单的聊天程序(作者:刘亚焱)
- 简单的聊天程序用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。-simple chat program using java achieve bottom network communication, I use the TCP / IP protocol's socket (Socket) programming interfaces to network communications.
简单的TCP服务器
- 这是一个简单的TCP服务器,通过它你可以初步掌握winsock进行套接字程序设计。如果你只有一台机器也没有关系,你可以使用本地回环地址127.0.0.1
原始套接字编程源码
- 简单明了的原始套接字、winpcap编程,监视网络流量,网络攻击源代码。
HttpServer.用java实现的简单HTTP的Web服务器端
- 一个用java实现的简单HTTP的Web服务器端,实现了套接字的基本工作原理,Using java to achieve a simple HTTP-Web server-side to achieve the basic working principle of Sockets
udp_raw_socket
- UDP原始套接字的网络编程。为初学者提供了简单实用的代码。-Raw sockets UDP network programming. Provides a simple and practical for beginners code.
socket
- linux下多进程简单套接字编程 适合新手-multi-process simple socket programming under linux for novice
simple-socket-programming
- 简单套接字编程,包括TCP和UDP两个不同协议下的程序源码。-Simple socket programming, including the source code of the program under the two different protocols of TCP and UDP.
TCPSrv
- 一个简单套接字编程,在设置网卡混杂模式之后,从网卡抓取网络上的数据包,并显示源和目的地址的IP,端口-A simple socket programming, set the NIC in promiscuous mode, crawling from the card on the network packets and displays the source and destination addresses of IP, port
socket
- 基于JAVA的简单套接字编程代码。注释丰富,例子经典,适合初学者练习并学习。-JAVA-based simple socket programming code. Notes rich, classic examples, suitable for beginners to practice and learn.
MODBUS副本
- 通过c语言和vs实现套接字,建立TCP通信(Through the C language and vs socket, the establishment of TCP communication)
TCPsocket
- 一个简单的套接字网络编程,新手可以学一学(A simple socket network programming, novices can learn)
ServerTestTCP
- 以太网通讯简单服务器TCP方式,用于初学者了解以太网套接字SOCKET编程。(Ethernet communication simple server TCP mode, for understand the Ethernet socket SOCKET programming.)
TCP_Socket
- 完成了Linux下简单的TCP套接字编程,是一个完整的TCP客户端/服务器实例(The simple TCP socket programming under Linux is completed, which is a complete TCP client / server instance)
Tcp_Client_Server
- Windows API 简单实现TCP通讯,我这个压缩包里面有客服端和服务端。注释很详细,很适合windows套节字网络编程初学者。(Windows API simply implements the TCP communication, which has the customer service and service side in this compression package. The annotation is very detailed, and it is very suita
Network
- 简单TCP、UDP套接字源码,可在VS中打开直接启动工程项目、自行配置地址(Simple TCP, UDP socket source code)