当前位置:
首页
资源下载

搜索资源 - linux socket transfer
搜索资源列表
-
1下载:
利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
-
-
1下载:
linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
-
-
0下载:
本人写的实现类似于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
-
-
1下载:
linux下利用socket c语言编写的文件传输服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language file transfer server and client, with flow charts and notes, suitable for socket learners ~
-
-
0下载:
qq聊天工具socket文件传输源码,linux网络编程,源代码在压缩包里面-qq chat socket file transfer source, linux network programming, source code inside the archive
-
-
0下载:
在linux2.6内核下编的基于socket的通信程序,可以直接运行,里面包括server.cpp和client.cpp以及makefile文件,支持文件传输-At under linux2.6 kernel socket-based communication procedures, can be directly run, which included server.cpp and client.cpp and makefile files, support file transfer
-
-
0下载:
Linux下写的 socket 文件传输送程序
服务端和客户端完美统一!
命令行参数分析的完美方式!
-Write under Linux the socket file transfer service to send the client side and the perfect unity! Command-line parameter analysis of the perfect way!
-
-
0下载:
socket programing:
type-->file transfer
->open a terminal and compile the server file..this terminal will act like server
->open another terminal and compile the client file..this terminal will act as a client..
->the fil
-
-
0下载:
socket programing:
type-->message transfer
->open a terminal and compile the server file..this terminal will act like server
->open another terminal and compile the client file..this terminal will act as a client..
->the
-
-
0下载:
本段程序实现了linux下的socket文件传输,已验证通过。enjoy-Procedure to achieve this paragraph under the socket of the linux file transfer has been verified by. enjoy
-
-
0下载:
TCP套接字的文件传输客户服务器程序设计
包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
-
-
0下载:
本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。
-The software deliberately
-
-
0下载:
Data transfer between kernel and user space using netlink socket if
-
-
0下载:
在linux环境下的socket编程,能够实现文件传输功能-In the linux socket programming environment that enables file transfer capabilities
-
-
0下载:
在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
-
-
0下载:
linux系统下实现文件传输,主要实现为socket的tcp链接,是现在不同电脑上的文件传输。-linux system to achieve file transfer, the main achievement is the tcp socket link is now on a different computer file transfer.
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第16章、Linux网络设备驱动。网络设备是完成用户数据包在网络媒介上发送和接收的设备,它将上层协议传递下来的数据包以特定的媒介访问控制方式进行发送,并将接收到的数据包传递给上层协议。
与字符设备和块设备不同,网络设备并不对应于/dev目录下的文件,应用程序最终使用套接字(socket)完成与网络设备的接口。因而在网络设备身上并不能体现出“一切都是文件”的思想。Linux系统对网络设备驱动定义了4个层次
-
-
0下载:
linux系统下PC机与PC机、pc机与ARM板之间的网络文件传输代码,基于socket。-linux system, network file transfers between the PC and the PC, pc machine with ARM board code, based on the socket.
-
-
0下载:
Linux下socket客户端和服务端的通信,实现TCP/IP协议下的命令传输和执行命令后的结果返回-Under Linux socket client and server communications, TCP/IP protocol under the command transfer and return the results after executing the command
-
-
0下载:
linux下socket通信,实现文件的并发传输,有客户端,服务端。涉及线程,锁。-Under linux socket communication, concurrency transfer files with the client, the server. Involving thread lock.
-