搜索资源列表
SocketExample
- 一个基于MFC对话框的Socket应用程序,包括UDP/TCP/FTP协议的实现,及字符串和数据流两种传输模式。 -an MFC dialog based on the Socket applications, including UDP / TCP / FTP protocol implemented, and string, and the data flow both transmission modes.
TT62_GPRS_DTU
- TT62嵌入式GPRS DTU模块用户手册 3.0 TT6X GPRS DTU(简称DTU),是一款使用GPRS进行无线数据传输的设备。支持PPP、TCP、UDP、DNS等众多复杂网络协议和SOCKET插口标准,为用户提供全透明数据传输和用户自定义协议传输两种模式。 同时支持点对点、点对多点、设备间、设备与中心间等各种不同的通讯模式。 用户不用关心复杂的网络通信协议、通过串行口,就可以进行无线数据收发,让你的设备随时随地接入Internet。 本DTU产品支持TCP和UDP两种
Udpsimplelibrary
- 一个用socket封装的简单网络传输接口,函数信息也包含在里面。可以传输任何类型的数据,没有防丢包功能。-A package with a simple socket network interface, information is also included in the function inside. Can be any type of data transmission, there is no packet loss prevention functions.
CTPDemo_src
- 一个功能强大的大容量数据传输协议CTP ,基于socket,多线程,断点续传-A powerful high-capacity data transfer protocol CTP, based on the socket, multi-threaded, HTTP
jiyuARM9detongyongkongzhiqisheji--
- 采用基于面向连接的TCP socket方式,实现连接建立、数据传输和结束传输三个通信流程,从而实现客户端与服务器之间的通信功能-Mainly based on the TCP socket connection-oriented manner, to achieve a connection between the client and server establish, data transmission and communication end of the transmission pr
SendData
- UDP实例,本实例为udp开发初学者的指南,简单易于接收,通过查看即可大体掌握udp的通讯传输机理,比如如何创建套接字,如何创建连接,以及收发数据等基本操作-UDP example, beginners in this instance the development of guidelines for the udp, simple and easy to receive, you can generally see through the master udp communication t
UDP
- 在两台计算机间完成一个简单的UDP传输。 客户端 (1) 循环从命令行读入一行字符串,并传递给服务器,由服务器对字符串进行反转,并将结果返回给客户端 (2) 客户端显示反转后的字符串 (3) 当客户按下“delete”健后,关闭套接字,结束程序 服务器端 (1) 收到客户端数据包,首先验证数据包源地址是否合法 (2) 接收客户的数据,并显示客户的IP地址和端口号 (3) 接收客户传来的字符串,反转后传递给客户 -Between the two computer
201151021395131
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 -The source code uses the asynchronous Socket methods to achieve TCP network communication can be increased by thei
TCPScoket
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端-This source USES asynchronous Socket way realization TCP network communication, can, through their own correspondin
warehouse
- 服务器的socket编程,包含了建立绑定和传输数据-Server socket programming, including the establishment of binding and transfer data
TCP
- 简单TCP,实现TCP数据传输,VC运行环境-TCP/IP SOCKET
TCPSocket
- TCP Socket通信 客户端和服务端进行传输数据-TCP Socket The client and the server transfer data
Socket
- Socket通讯、数据传输,建立客户端、服务器端之间的通信-Socket Connection
kcp
- c语言实现的可靠udp传输协议,能够在丢包50%的情况下恢复数据(The Reliable UDP transport protocol implemented in C language can recover data in case of packet loss of 50%.)