搜索资源列表
udp服务器
- udp传输实现代码,属于服务器端。-udp transmission realization code belonging server.
FTP,文件传输!SMTP设计
- 1)用户界面模块负责响应用户的键盘鼠标输入设置服务器的各个参数,显示服务器的工作状态以及错误提示,为用户提供标准的Windows界面。 2)帐户管理模块负责设置用户的访问权限,用户登陆后的根目录,并提供对用户透明的虚拟目录服务。同时还为别的模块提供查询文件(夹)的权限,查找本地文件是否存在等服务, 3)连接监听与FTP命令处理模块负责监听客户端的连接,并负责关闭阻塞的连接,释放每个连接占用的资源。此模块为FTP协议的核心,它具体负责FTP命令的解析与实现。 4)客户数据传输模块负责具体的与客户端
vc开发tcp聊天服务器端
- 目前绝大多数的聊天程序都是采用UDP开发的,本程序则采用TCP开发,适用于对信息传输要求比较高的场合,本程序是服务器端源代码。-majority of the chat procedures are developed using UDP, TCP procedure is used to develop, apply to information transmission and high demand on the occasion, the process is server source
文件传输服务器
- 一个文件传输的服务器。可能过此程序完成FTP服务器的功能。原码简洁易懂-a file transfer server. This process may be completed over the FTP server functions. Easy to read the original code
断点传输服务器端
- 一断点续传程序服务器端 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等)- A break point continues passes on procedure server end this software to be suitable to being loaded with the IP/TCP agreement the computer Main function: Between the computer transmits th
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
linux 网络传输
- 在LINUX下,两台主机一台运行服务端,另一台运行客户端成寻,便可以将本地文件 传到服务器端,类似飞鸽传书。
局域网数据传输
- 局域网数据传输,无服务器支持实现聊天、传文件文件夹等功能
socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序
- linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
java-TCP
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
手机视频实时传输
- 手机拍摄视频实时传输,在电脑上观看,注意:先打开服务器端
文件传输简单实现
- 本程序使用端口号为:4523。客户机端程序(ftpclient。cpp),服务器端程序(ftpserver.cpp)。 程序实现文件的上传与下载。能够在运行服务器程序的PC机上下载相应的文件,也能像PC机上上传文件。(This procedure uses the port number as: 4523. Client - side programs (ftpclient. CPP) server side program (ftpserver.cpp). Procedures for u
MFC实现的网络传输图片
- 传输图像数据,一个服务器端和一个客户端组成。(The transmission of image data consists of one server and one client.)
远程服务器文件传输
- 远程服务器文件传输,多线程,断点续传,服务器上删除,登陆验证(Remote server file transfer, multi-threading, breakpoint continuations, server deletion, login authentication)
ftp文件传输源代码
- ftp实现的简单文件传输,客户端,服务器端(ftp file transfer,C++,ftp client,ftp server)
点对点传输
- 是一种网络新技术,依赖网络中参与者的计算能力和带宽,而不是把依赖都聚集在较少的几台服务器上。P2P网络通常用于通过Ad Hoc连接来连接节点。这类网络可以用于多种用途,各种文件共享软件已经得到了广泛的使用。P2P技术也被使用在类似VoIP等实时媒体业务的数据通信中。(It is a new network technology that relies on the computing power and bandwidth of the participants in the network,
文件传输
- 从客户端到服务器进行文件传输,其中服务器实现并发处理的功能,可以解决重名的情况(File transfer to the server from the client, the server can realize the concurrent processing function, and solve the same name's situation)
视频采集与传输系统
- 论文中采用基于PXA270微处理器的Liod开发平台,将嵌入式I jnux技术与H.264视频通信技术相结合,提供了一个基于嵌入式视频服务器的H.264实时视频采集与网络传输系统的方案模型,对实际嵌入式视频通信系统的设计开发,具有借鉴意义和实用价值。(In this paper, the Liod development platform based on PXA270 microprocessor is used. The embedded I jnux technology and H.26
ftp文件传输
- ftp文件传输,客户端和服务器都有。(FTP file transfer Both the client and the server have.)
xn_py
- 客户端为openmv采集图片数据,经wifi模块传输给服务器,服务器端接收保存为本地文件。(The client collects the picture data for openmv, and transmits it to the server through WiFi module. the server receives and saves it as local file.)