搜索资源列表
tcpreen-1.1.1.tar
- 一个简单的工具,用来监听和分析在客户端和服务器之间通过TCP连接传送的数据-a simple tool to be used for monitoring and analysis of the client and server through TCP connection between the transmission of data
实例7
- 网络监控软件包括客户端与服务器端,能对远程计算机进行操作, 比如锁定远程计算机,获取屏幕图像,控制鼠标动作等。-network monitoring software, including client and server side, the remote computer can operate, such as locking remote computer, access to the screen images, such as control of the mouse movem
linux-socket
- linux下网络编程,客户端和服务器端通信程序-Network programming, client and server communications procedures
remotecontrolsource
- 一个进行远程控制的程序,分为客户端和服务器端源代码-a remote control program, is divided into client and server source code
rdesktop-1.4.1.tar
- rdesktop是一个开放源码的Window NT中断服务器的客户端,它实现了远程桌面协议(RDP)。不像Citrix ICA,它对于服务器并无扩展要求。
chenjinyi.tar
- 设计服务器和客户端,服务器可以使用TCP协议传输文件到客户端(C或C++实现) • 客户端发起传输请求 • 文件可以任意大小 • 客户端保存文件到磁盘
网络客户端服务器实现
- 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具myManager,要求满足以下条件: 功能需求 1. myWebBrowser a) 利用HTTP的GET消息,能从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码; d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 2. myWebSer
rtsp_emu.tar
- 自己写的一个rtsp简易调试服务器,用于模拟rtsp信令给客户端,调试客户端处理流程,并发送1个udp数据用于客户端调试rtp处理流程。作者本人就是自己开发这套工具,来完成调试rtsp客户端(android手机上)。-Write a simple debug rtsp server rtsp for signaling to the client simulation, debugging client-side processing, and sends a udp client-side d
qtserver
- qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
realmsg-4
- 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
sntp
- 作为一个系统的时间同步内容,可以再客户端需要进行时间同步时向服务器请求,服务器对客户端的系统进行同步。-As a system time synchronization, it can be again the need for time synchronization client when a request to the server, the server on the client system for synchronization.
unpv13e
- 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
6
- TCP回射服务器 服务端能够接受客户端发来的消息,回射显示-TCP back to shoot a server to accept client server sent a message to return to radio show
ATMsystem
- 客户端: 登陆:任何拥有私人银行卡帐号和密码的人都能使用本系统登陆。 登陆权限:只有正确的帐号和密码才能登陆。 注册:符合身份证的公民都可以申请此银行的账号,且此账号没有被别人注册,且用户以前没有申请过此账号。 查询:已登陆本系统的操作人员有权查询本人帐户余额。 取款:已登陆本系统的操作人员可以提取本人帐户款项,所取款面值为100的倍数,最多是2000元。 存款:已登陆本系统操作人员可以把款项存入本人帐户,所存面值为100的倍数,最多是2000元。 转帐:已登陆本系统
select-non-block
- 利用TCP/IP协议,使用socket编程模型和curses界面,实现基本聊天功能;分为服务器和客户端,服务器负责收发数据,以及对连接的客户端进行连接,客户端连接上服务器后就可以正常的通信。-Using TCP/IP protocol, the use of socket programming model and curses interface, to achieve the basic chat functions divided into server and client, serv
CHAT
- 一个java写的聊天室,分服务器端和客户端,服务器端实现后台管理,客户端有登录功能,还有私聊等功能。-Write a java chat room, and server-side and client-side, server-side implementation management background, the client has a login function, as well as private chat and other functions.
FTP客户端
- FTP上传下载功能,主要功能是客户端的实现,根据本地地址,服务器地址传输文件(FTP upload and download function)
howto-openssl-master
- 实现数据加密通信,包括客户端,服务器代码 及所有功能(complete the function of communication)
NtpConn
- ntp协议及客户端开发,通过ntp服务器同步本地系统时间。(NTP protocol and client development, through the NTP server synchronization local system time.)
ftp文件上传下载
- Linux ftp 实现文件传输,客户端,服务器端实现文件上传下载(Linux FTP file transfer, client, server-side file upload and download)