搜索资源列表
1
- 利用TCP client向server 发送信息,并分析所得包的信息
2
- 利用UDP client向server 发送信息,并分析所得包的信息
P2Pwenjianchuanshu
- 利用TCP协议连接双方,服务器端建立文件流读入待发送文件进入监听状态,客户端发送信号开始传输,服务器根据客户端发送的当前文件流传输位置按接收缓冲区大小一块一块的发送给客户端,客户端接受后再保存到接收文件流,直到整个文件流发送完毕,这里服务器端使用TIdTCPServer组件,客户端对应的使用TIdTCPClient组件。-Using TCP protocol to connect the two sides, the establishment of server-side file strea
VCQQ
- 本软件是用VC所作的项目,在项目中是一个聊天软件,有客户端和服务器。-This software is used by the VC project, the project is a chat software, with the client and server.
dgsocket
- Simple datagram client and server
QICQ
- 一款QICQ聊天源码,带客户端和服务器端-A QICQ chat source code, with the client and server-side
client
- 用於server/client連結的程式碼之客戶端的部分-use server or client connect
E语言登陆器
- 文件说明: 1、网关服务端 就是网关服务的源代码了,主要用来向登陆器以及游戏客户端DLL下发运行参数等工作。 2、服务端解密DLL 注入游戏服务端进程HOOK RECV对封包解密。 3、客户端加密DLL 注入游戏客户端进程HOOK SEND对游戏封包进行加密。配合服务端加密DLL完成对游戏封包的重新加解密过程。 作用原理: 通过HOOK方式拦截游戏客户端的封包发送和游戏
taojiezi
- 编写基于会话套接字进行通信的服务器端和客户端程序,要求: 客户端以字符串的形式循环发送“data0”到“data9”到服务器端; 服务器端收到每个字符串后,回应一个echo信号到客户端,格式为:“XXXXXXXX echo data0” (XXXXXXXX为学号); - written communication session based socket server and client procedures,
winsock
- 1.使用VC6.0的开发环境,构建工程为Win32 Console Application类型 2.功能简述: 标准时间服务器上的时间为网络内的标准时间;当网络内某台主机(客户端)需要调整时间时,便发送一个请求信息到时间服务器;时间服务器接到请求后,把本地时间作为标准时间发送到客户端;客户端更改本地时间为标准时间。 -1 using VC6.0 development environment to build the project for the Win32 Console Ap
DOS-Game-21point
- 微机实验21点游戏(双机通信版),server和client分别为服务器端和客户端,先运行client再运行server.-Microcomputer Experiment 21:00 Game (Two-machine communication edition), server and client are server-side and client-side, first run the client and then run the server.
2232-strs-server-and-client-sides-item.strs
- this An strs 2.2.3.2 full for rf
tcp_assist
- TCP UDP套接字socket,能实现有客户端服务端相互间的数据传送接受显示保存等功能-TCP UDP client server socket,Can realize with the client server data transfer between each other to accept according to save, and other functions
Networking-Pseudo-Code
- How to make a network happen. Communication beetween client and server and all that jazz, ya know?