搜索资源列表
简单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
tcp-ipayixidailv
- 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
05-09-14-Socket
- C#写的socket通讯服务器和客户端程序,学习有很好的借鉴-write the C# socket communications servers and clients, learning from the good
VBnetworkTCP)
- 此VB程序实现的比较简单,我们可以完成主机和客户端之间的通信,此程序包含了主机和客户端程序.-VB program this relatively simple, we can complete the mainframe and client communication between, this includes the mainframe and client procedures.
MTSClientSrc
- 简单得TCP客户端程序。 套接字建立后,客户和服务器通过send()和recv()函数交换数据。 -a simple TCP client program. Socket establishment, the client and server through the send () and the recv () function to exchange data.
chat_code
- 网络聊天程序,分服务器端和客户端程序代码,采用winsocket原理编写.
TCP
- TCP的客户端程序实现基本网络编程功能齐全
TCPCli
- 此代码为网络GPS客户端程序,用于与服务器之间的基于NTrip协议的通讯。
ClientTest
- 这是SOCKET编程的客户端程序,可以用于socket编程的测试和参考
使用TCP控件实现服务器和客户端通信
- 使用TCP控件实现服务器和客户端通信。是一个简单的控件使用程序。-a process about tcp progressing
基于udp的多播的客户端程序
- 基于udp的多播的客户端程序,可以接受数据,加入多播组,还有一个客户端-Udp multicast-based client programs that can accept data, joining the multicast group, and a client
tcp客户端程序
- tcp客户端程序,结合了rtp传输264数据
UDP_protocol_test
- UDP协议测试程序,里面包含了客户端和服务器程序,请先启动服务器,然后用客户端连接,就可以开始测试-UDP protocol testing procedures, which includes client and server program, please restart the server, and then the client connection, you can start testing
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
20093319
- (1) 使用常用的网络工具查看网络情况 (2) 学习子网的规划和划分方法 (3) 熟悉Eclipse 开发环境 (4) 学习HTTP 协议,编写简单的HTTP 1.0 客户端程序,编写简单的HTTP1.0 服务 器程序 (5) 学习多线程,编写多线程HTTP 1.0 服务器程序 (6) 学习RMI,编写简单的RMI 程序-(1) the use of common network tools to view network status (2) learning and
TCP协议客户端服务器间视频传输c源码
- 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
SocketTestForms_未加log与用户识别版
- 客户端程序连接服务器,tcp协议。有log(Client program, connection server, TCP protocol. Log)
基于TCPIP协议多客户连接的服务端程序实现
- 基于TCPIP协议多客户连接的服务端程序实现(Implementation of service client program based on TCPIP protocol and multi client connection)
W5500_TCPClient
- 基于stm32f4平台的模拟SPI驱动W5500模块,客户端程序(Simulated SPI driver W5500 module and client program based on stm32f4 platform)
tcpClient
- 本程序用QT编写,可视化界面,简洁明了,可以实现客户端与主机的文本发送和接收。(It can realize text sending and receiving between client and host.)