搜索资源列表
OpenTcpipOn8051
- open tcpip 基于8051的移植程序: 硬件基于8051与RTL8019 OpenTCP_8051 一共220K 提供了客户端,服务端,TCP,UDP等。
WINSOCK-TCP
- 实现sockTCP聊天功能 ~~!!在Internet上的聊天室程序一般都是以服务器提供服务端连接响应,使用者通过客户端程序登录到服务器,就可以与登录在同一服务器上的用户交谈,这是一个面向连接的通信过程。因此,程序要在TCP/IP环境下,实现服务器端和客户端两部分程序。-Achieve sockTCP chat ~ ~! ! In Internet chat rooms on the procedure is generally based on the server side connecti
TCPIP
- 实现TCP/IP客户端与服务端简单通信功能。程序已调试,可在VS05环境下直接编译。-The realization of TCP/IP client and server simple communication. Procedures have been debugging environment can be directly compiled VS05.
socket
- 运用socket的客户端与服务端通信,通过抓包工具可以分析Tcp服务。-The use of socket client and server communications, through the capture tool Tcp services can be analyzed.
JAVA-SOCKET
- java tcp/ip的socket 客户端与服务端编程-java tcp/ip socket
socketTCP
- 应用Socket(Tcp/IP)方式实现客户端与服务端数据交互。-Application Socket (Tcp/IP) approach to achieve client and server data exchange.
TCP
- 利用tcp协议,实现简单的客户端与服务器通信。本例子为客户端连接服务端,服务端将本机时间发送给客户端。-Using tcp protocol, simple client and server communication. The case for the client connection server, the server will send the machine time to the client.
Tcptester
- 基本的tcp通讯.包括服务端与客户端的实现.-Basic TCP communications, including service client and the client implementation.
video-communication
- 采用TCP协议进行视频通信,客户端和服务端的形式,修改了前人雪花屏与乱码的程序,能很好的实现客户端与服务端的通信,自己编写的代码-The form of video communications, client and server, modify the previous snowflakes screen garbled program, can achieve very good client and server communication using TCP own code
TCPIP
- TCP/IP协议客户端与服务端通信程序。-TCP/IP protocol client and server communication program.
ChatServer
- TCP/IP的服务端应用程序,与客户端程序配套使用,可以有效提高开发效率,迅速的理解其工作原理,例程已经实测。-TCP/IP server-side applications, and client programs supporting the use, can effectively improve the development efficiency, quickly understand how it works, the routine has been found.
QTcpTest
- 基于QT5.5.1的socket TCP协议通信示例,包含客户端与服务端,实现了多线程、心跳机制、断线重连,数据简单封包(防止粘包)等必备技巧,已经封装为独立的类,可以移植性强,只需要添加自己的数据解析与处理即可直接使用。-Based on QT5.5.1 socket TCP communications example, including client and server, realize multithreading, heartbeat, break line, simple dat
TcpProxy
- 使用 C++ 编写的TCP 客户端与服务端通讯,实现数据处理和转发功能(C++ prepared using TCP client and server communication, data processing and forwarding)
SocketToolsourcecode
- Socket测试工具包的开发 第一阶段,先开发客户端,第二阶段 开发服务端. 1.GPS坐标数据的解析与转化, 比如开始和结尾判断后,中间取字符串的方式. 使用什么样的编码. 2.Json数据的解析与转化,快速的发送类的一种方式,不用考虑那么多的字节转化方式 3.最简单的是发送字符串,这样的功能市面上都有。 我要能够发送字节串,可以写一个16进制串,然后发送出去. 可以定时发送. 4.多个客户端同时发送数据. 模拟数量,然后以列表的形式看发送和返回的数据. 5.添加的测试服务器和