搜索资源列表
实例14-FTP客户端
- 简单的ftp客户端软件,实现登录,浏览,下载,上传服务-simple ftp client software, logged in, browse, download and upload services
可接收多客户机的服务端
- 可接收多客户机的服务端-can receive more client-server
最简单的SDK服务端与客户端程序
- 最简单的SDK服务端与客户端程序-most simple SDK server and client programs
易语言编写的P2P服务端客户端
- 易语言编写的P2P服务端客户端,UDP通信模式,内网打洞成功。-Easy language of P2P server client, UDP communication patterns within the network successfully dug the hole.
linux下采用多路复用技术的聊天室的客户端与服务端
- linux下采用多路复用技术的聊天室的客户端与服务端,multiplexing under linux using the chat room client and server
Char 聊天室服务端和客户端程序
- 一个聊天室服务端和客户端程序,可以设置服务器和端口,A chat room service client and the client program, you can set the server and port
chat4.zip
- 聊天程序,分客户端和服务端,Chat program, sub-client and server
telnet
- telnet用c++实现包括客户端和服务器的源代码程序-telnet using c++ implementation, including client and server source code program
chat
- 基于VC++的即时通讯工具设计开发一个简单的网络聊天通讯程序 1、以客户-服务器方式工作,给出服务器工作端口和客户机工作端口,任何一方都可以主动发起连接服务请求; 2、显示连接建立的过程; 3、定义客户机和服务器之间的通信格式及各个控制字段的作用; 3、服务端和客户端可用命令行界面或Windows风格界面实现,显示通讯双方发送和接收信息内容; 4、通讯结束后,任何一方都可以终止通信,并撤销已连接的链路,释放网络资源。 -Based on VC++ Instant comm
wind
- winsock服务端与客户端发送消息(支持多客户端)-winsock service client and the client send messages (to support multi-client)
GenericClientServer
- 一个很强大的服务端+客户端源码, 完全使用API封装成动态连接库(此库也开源), 我自己测试过, 开了2个服务器和200个客户端, 完全没有问题-A very strong service client+ client source code, fully using the API packaged as dynamic link library (this library is also open source), I have tested, opened the two servers
client_server
- (1)实现下载功能 server()为服务端主程序,该程序主要是用来实现服务端的建立,首先要启动Winsock,然后需要建立服务端的套接字,然后进行与客户端的连接,当客户端去人响应后就对客户端发送文件,客户端接受文件。 client()为客户端程序,该程序主要是用来实现客户端的建立,首先要启动Winsock,然后需要建立客户端的套接字,然后进行与服务端的连接,当与服务端连接上以后,客户端接受文件。 (2)实现上传功能 在实现了下载功能之后,还要求能实现上传功能,也就是说,能够将客
TCp
- 多线程实现TCP客户端,可制定服务端地址自由连接服务端-multithreading TCP socks
mysever-client
- 根据自定义的协议规范,使用Socket编程接口编写基本的网络应用软件。 使用操作系统提供的Socket编程接口,而不使用任何封装Socket接口的类库或组件 协议可以自己定义,只要完成指定的功能即可 程序界面不做要求,使用命令行或最简单的窗体即可 功能要求如下: 1. 运输层协议采用TCP 2. 服务端运行后,即监听指定的端口。允许多个连接并发运行 3. 服务端接收到客户端请求后,根据客户端传过来的指令完成特定任务:
eyuyan_server_clent
- 易语言服务端客户端互换收发数据源码 服务器与客户端的通讯例程-Easy language exchange server send the client data source server and client communication routines
tftp源码
- tftp客户端和服务端代码,自己测试过很好用(TFTP client and server code)
udp
- dup 服务端 客户端 基于udp协议的通信程序(DUP server client, communication program based on UDP protocol)
Socket聊天程序(一个服务端,多个客户端)
- Socket聊天程序,一个服务端,多个客户(Socket chat program, there are service providers and clients)
如何编写Linux下的客户机_服务器软件.c
- linux下服务端客户端通信模型,详细说明了linux下的网络变成和标准客户端/服务器模型的通信细节(model under linux system about the server and the client progrom)
c++版服务端客户端
- c++版的服务端和客户端 采用select io model(C++ server and client)