搜索资源列表
Client-Server-based-Security-Comunication-Tool
- 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识 1.使用RSA算法完成DES密钥的分配; 2.使用MD5结合RSA算法完成对消息的签名; 3.对原有消息及签名提供机密性保护(用DES算法加密); 4.能够解密并验证签名的合法性
UDP-echo-client-server
- UDP echo client server
Winsock-Client-Server
- client与server通信,server先bind(),listen(),然后client connect(),server accept().client send(),server recv(),然后cout-client and server communications, server before bind (), listen (), then client connect (), server accept (). client send (), server recv (),
KMSN
- 用Delphi写的MSN界面程序,其实用Delphi来实现界面是效率最高的。所以非常适合来开发客户端,服务器端可以考虑用Java.这个程序是我自己模仿MSN写的客户端程序。-Using Delphi to write the MSN interface procedures, in fact, to achieve the interface with Delphi is the most efficient. So well suited to the development of clien
atftp_0.7.orig.tar
- atftp is a client/server implementation of the TFTP protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the client presents a friendly interface using libreadline
ServerSocket_demo
- Multi-threaded Client/Server Socket Cla-Multi-threaded Client/Server Socket Class
SimpleClientServer
- Its client server connection help programe
Implementation-using-VC-Client-Services-machine-mo
- 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
Networkrealtimecommunication
- 网络实时通讯软件的设计与实现,本系统将实现局/广域网下Peer-to-Peer即时通讯功能,C/S模式,主要架构分为三个主模块:Client端,Server端-Network real-time communication software design and implementation, the system will achieve the Board/WAN under the Peer-to-Peer instant messaging features, C/S mode, the
socket
- VC++ socket 客户端 服务器 聊天室-VC++ socket client-server chat room
socketclientserverc
- simple client/server in socket and fifo in c better run in linux.
Client-server_socket
- this is file for Client server socket TCP
tcp-server-client
- 一个用socket实现服务器客户端的建立例子(tcp)-A socket server with the establishment of client examples (tcp)
Winsock-Client-Server-Chat
- winsock basics a simple application to chat in client server
clientserver
- This contains various programs on client server connectivity using TCP and UDP packets. It is executable in linux environment.
client-server-Threads
- FTP send-receive messages (client-server using threads)
Beginner_H178933932004
- This is used to show a developer how to use and build Client / Server app s by using Sockets. This is very basic, and doesn t go over using UDP. -This is used to show a developer how to use and build Client/Server app s by using Sockets. This is very
LAN_IM
- 局域网即时聊天通过进行文本聊天和语音聊天来实现彼此沟通、交流信息。本次局域网即时聊天程序设计主要用了Visual C++编程环境,实现了在LAN中在线用户的文本、语音交互。 在设计里涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。 本次设计主要着重于语音聊天部分,在本次论文里主要以语音聊天的流程和各模块之间的关系及Socket处理为主说明。 -LAN
CLIENT-SERVER
- 一个简单的客户端服务器模型,可以实现基本的通信。对学习SOCKET编程入门很有用-A simple client server model, basic communication can be achieved. Introduction to learning programming is useful SOCKET
VB.Programming.WINSOCK.client.server.code
- VB编程开发WINSOCK客户端服务端程序代码-VB Programming WINSOCK client server code