搜索资源列表
linux.net.cs
- linux下用UDP收发简单数据,内有服务器端和客户端-using UDP simple data transceiver, which has server and client
cc_chat
- 一个基于awt开发的cs模式的聊天系统,对网络,多线程,和tcp,UDP等个基础要求比较高,系统设计了文件系统,对协议开发有一定帮助
CS
- 实现了客户与服务器间的TCP UDP通信 并可用户选择
csrunlx
- 名称:csgo超简洁cs服务器搜索器 编译环境:C++ Builder 6 说明:搜索Counter-Strike服务器,向设置的网段发送测试包,扫描cs服务器。 在From中输入起始IP地址,在To中输入结束地址,点击“搜索”,开始搜索过程。搜索结果在左边的服务器列表中显示。为了逃避某些网管软件的监控,在程序中使用了20个UDP控件,打乱顺序扫描网段中的主机。-Name: csgo ultra-simple search engine to compile cs server en
CS
- 基于C/S模式的客户端服务器编程,通过TCP UDP连接实现时间查询,数值计算功能。-Based on C/S mode of client-server programming, TCP UDP connection through time inquiries, numerical computing.
a
- linux网络程序设计的例子源代码,有关进程,管道,CS结构,UDP,TCP,原始套接字-unix linux network programming codes
cs
- 通过TCP和UDP实现客户端及服务器的通信。消息类型是通过字符串来实现的;用该类似的字符串来标识消息的类型。对JAVA的SOCKET网络编程比较感兴趣的,该程序起到了不少帮助,可以加深对SOCKET编程的理解。-Implementation through the TCP and UDP client and server communication. The type of message is achieved through the string with the similar str
UDPServerClient
- C2风格的局域网聊天程序,实现局域网中两个Client聊天。这个程序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是实现的Client与Client 聊天,Server 仅仅提供消息转发功能,因此执行程序时,首先必须有两台以上的电脑来执行,必须保证两个Client(Client程序是相同的,因此只要复制两个Client就行)在不同的局域网上的电脑,局域网中只要有一个Server就行,通过输入IP以及确认码(其实就是端口号,要保证两个Client的端口号
cstools
- 以前写的一个发送udp报文测试cs服务器用户状态的程序代码,包括修改游戏中图标功能-a tool, it send udp paket to cs server and get status code
CSharp_most_efficient_UDP_server_client
- 这是最简UDP 服务器/客户程序. 编译运行正确. 已用于实际工程.注释全面. 从这里你可以 学到网络编程的原理. UDPServer 和 UDPClient 编译/使用说明 1. 编译 用 Microsoft (R) Visual C# 2010 编译. 开DOS窗口, csc UDPServer.cs -- 编译UDP 服务端, 产生UDPServer.exe csc UDPClient.cs -- 编译UDP 客户端, 产生UD
UDPCSChat
- UDP协议的TCP/IP的CS模式的聊天程序,可以实现局域网的聊天并计算发送消息的字节数-UDP protocol for TCP/IP chat program of the CS mode, you can achieve LAN chat and calculate the number of bytes to send messages
Network
- 基于cs模型的简单聊天软件,采用udp协议发送,自动检索本机IP地址-Cs chat software based on simple models, using udp protocol to send, automatically retrieve the IP address of the machine
UDP-CS
- 基于UDP CS不对等模式。文件夹中含有客户端exe和服务器exe还有相关的c-Based on UDP CS unequal patterns. Folder contains the client and server exe exe also related cpp
SanNiuSignalDemo
- SanNiuSignal是一个基于异步socket的完全免费DLL;它里面封装了Client,Server以及UDP;有了这个DLL;用户不用去关心心跳;粘包 ;组包;发送文件等繁琐的事情,这个是DEMO软件。(SanNiuSignal is a completely free DLL based on asynchronous socket; it encapsulates Client, Server, and UDP; with this DLL; users don't have to
java的网络编程
- java的网络编程,关于udp,TCP协议,还有软件架构CS/BS 网络通信三要素,TCP通信,Socket套接字,ServerSocket