搜索资源列表
Chat_Socket
- 实现“一对多的自由”聊天程序: (1)服务器端用户可以和多个客户聊天; (2)服务器端通过多线程与与每个客户端用户连接; (3)服务器端线程ID标识客户端用户;其中一方通过控制台输入消息,依次轮流向另一方发送数据。-Achieve " the freedom of one to many" chat program: (1) server-side user can chat with multiple customers (2) through a multi-
netperf-2.4.0.rar
- Netperf是一种网络性能的测量工具,主要针对基于TCP或UDP的传输。Netperf根据应用的不同,可以进行不同模式的网络性能测试,即批量数据传输(bulk data transfer)模式和请求/应答(request/reponse)模式。Netperf测试结果所反映的是一个系统能够以多快的速度向另外一个系统发送数据,以及另外一个系统能够以多块的速度接收数据。 Netperf工具以 client/server方式工作。server端是netserver,用来侦听来自client端的连接,c
tcpserverandclient
- TCP聊天是程序服务器端程序,其客户端程序在TCP聊天客户端中; -TCP is a server-side chat program, the client program in the TCP chat client
winsocket
- 在两台计算机上分别运行服务器程序和客户程序,待程序启动并建立连接后,客户端把键盘输入的数据发给客户端;服务器将从服务器接收的数据显示在屏幕上。-Both computers are running the server program and the client until the program starts and the connection is established, the client to keyboard input data to the client server f
UDP-TCP
- 在linux环境下实现简单的TCP/UDP服务器和客户端之间的通讯;-In the linux environment to achieve a simple TCP/UDP server and client communications
TCP
- 基于TCP协议实现客户端与服务器在约定的端口上进行数据传输。客户端程序仅知道服务器的主机名,并不知道服务器的IP地址。 客户端 1从命令行输入服务器的的主机名连接到服务器; 2获取本机的相关信息包括:IP地址、开通的端口、操作系统的名称、本机名称列表、操作系统版本号、硬件版本; 3将上述信息进行凯撒加密并发送给服务器; 4接受服务器返回的经处理后的字符串,并显示; 5当用户输入CTRL+D或者“bye”时终止连接并退出。 服务器端 1服务器等待客户连接,连接成功后
czUDP
- 修改于NmUdp,去除了发生Stream Error的错误; 简单地把发送接收完全改成了流。 简单地实现了服务器与客户器的搜索。-Modify to in NmUdp, in addition to the Stream, the Error in error simply send and receive completely changed the flow. Simply the server and the client' s search.
AsyncSocket
- socket多线程并发异步通讯 1、多客户端; 2、高并发连接断开; 3、高并发异步接收发送; 4、无丢包;-socket multithreaded concurrent asynchronous communication, multi-client 2, high concurrency disconnected 3, high concurrency Asynchronous Receiver Transmitter 4, no packet loss
CommunicationTestTool
- 本软件主要功能如下: 1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试; 2.支持Hex,ASCII两种格式的命令调试; 3.接收数据可通过右键菜单一键计算Hex对应的数值; 4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR)。 下一版本计划加入功能: 1.串口通讯监视。 2.Socket通讯监视。-The main function is as follows: 1. Serial por
open_tcp_demo
- open TCP中的tcp(服务器/客户)和udp(客户端/服务器)的源码;-open tcp: including tcp(client/server)和udp(server/client) source demo code,.
TCP-Client-Test
- 需要一个用来测试JAVA服务器连接及数据处理能力的客户端压力测试工具,网上找了很久没找到合适的; 花了半天写了个,很久没写Delphi程序,手生了!-A need to test the JAVA server connection and data processing capabilities of the client stress testing tool, the Internet looking for a long time could not find the right
weChat
- 1.Server支持多客户访问; 2.C与S之间使用TCP连接; 3.C与C之间直接通信(不是通过S传递)。 4.C与C之间直接通信既可以使用TCP,也可以使用UDP。 可以使用Socket,也可以使用TcpClient/UdpClient等;-1.Server supports multi-client access the use of a TCP connection between 2.C and S direct communication between 3.C
VB
- 利用VB的WINSOCK,基于TCP/IP的服务器与客户端的通信;(socket&client The use of VB WINSOCK, based on the TCP/IP server and client communication;)
linux_chat
- linux聊天工具,基于TCP协议,使用c语言编写,Ubuntu16.04下测试通过。(Linux chat server&client,based on TCP.)