-
linux下的聊天软件
局域网OICQ程序设计,包括客户端和服务端。
客户端与服务端之间使用tcp协议进行通讯,客户端和客户端之间使用upd协议进行通讯。服务端监听一个tcp端口,接受客户端的连接。每个客户端使用udp协议监听一个端口。接受来自其他客户端的信息。
- 2022-01-24 08:45:03下载
- 积分:1
-
SOCKET客户端和服务器端程序,我们课题组用来做嵌入式开发时的网络测试,如果嵌入式设备是客户端程序,则用此次上载的服务器端程序与之连接进行测试,反之用客户端程...
SOCKET客户端和服务器端程序,我们课题组用来做嵌入式开发时的网络测试,如果嵌入式设备是客户端程序,则用此次上载的服务器端程序与之连接进行测试,反之用客户端程序连,比较好用。-SOCKET client and server-side process, we used to do embedded development group at the time of network testing, if the embedded device is a client program, then use the upload server-side connection with testing procedures, on the contrary by the client procedures even compare the ease of use.
- 2023-08-20 19:55:05下载
- 积分:1
-
In strengthening the management within the community has within the community ca...
在加强社区内部的管理中,拥有可以对社区内部进行监控的系统可以节省下来很大一部分人力,并且比人为的巡逻更加可靠、安全。社区视频监控系统主要是利用摄像头和视频采集卡进行视频监控的,本社区视频监控系统主要实现以下功能:-In strengthening the management within the community has within the community can monitor the system can be saved a large part of human resources, and more reliable than human patrols and safe. Community video surveillance system is mainly the use of camera and video capture card for video surveillance, video surveillance system is mainly in this community to achieve the following functions:
- 2023-05-09 02:25:04下载
- 积分:1
-
pop3例子程序
pop3例子程序-pop3 example procedure
- 2022-05-30 02:27:18下载
- 积分:1
-
心跳检测
判断对方(设备,进程或其它网元)是否正常动行,一般采用定时发送简单的通讯包,如果在指定时间段内未收到对方响应,则判断对方已经当掉。用于检测TCP的异常断开。基本原因是服务器端不能有效的判断客户端是否在线也就是说,服务器无法区分客户端是长时间在空闲,还是已经掉线的情况。所谓的心跳包就是客户端定时发送简单的信息给服务器端告诉它我还在而已。代码就是每隔几分钟发送一个固定信息给服务端,服务端收到后回复一个固定信息。如果服务端几分钟内没有收到客户端信息则视客户端断开。比如有些通信软件长时间不使用,要想知道它的状态是在线还是离线就需要心跳包,定时发包收包。
- 2023-01-13 03:05:04下载
- 积分:1
-
留言版用ddd dd!
留言版用ddd dd!-using in message board.
- 2022-03-26 06:04:50下载
- 积分:1
-
TCP通信编程
TCP套接字通信编程,一个客户端,一个服务端,客户端向服务端发送请求(发送任意字符,并请求当前时间信息),服务器响应请求(响应字符已预设)。
- 2022-03-17 02:25:56下载
- 积分:1
-
classical cloning function for adding those items hidden units is very convenien...
asp中经典的克隆函数,对于添加那些隐藏的项目单位是非常的方便的。
-classical cloning function for adding those items hidden units is very convenient.
- 2022-07-03 02:09:34下载
- 积分:1
-
richard stevens 大师经典著作
最著名的TCP/IP论著。
richard stevens 大师经典著作
最著名的TCP/IP论著。-richard stevens classics master s best-known TCP/IP on the.
- 2022-02-02 17:13:27下载
- 积分:1
-
Socket通信文件对传示例文件
Java语言书写的一个Socket通信程序,让用户能够进行Socket文本通信并且以CSC结构为文本通信的实现方法,注释写的比较细致。对于新手来说,有很大的参考价值。希望得到CodeForge.cn的尽快的审阅.
- 2022-03-11 15:07:26下载
- 积分:1