搜索资源列表
-
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
-
-
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环境下gcc编译通过,cs通信server端源码,实现了简单的文本的传输,阅读后即可了解整个socket流程,绝对原创,欢迎大家多多支持。-gcc compiler under linux through, cs source client server communication, the realization of a simple transfer of text, reading socket understand the whole process can be absol
-
-
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下载:
linux下用socket实现数据传输,使用UDP协议-data transfer based socket in linux,use the UDP
-
-
0下载:
本软件采用linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。
-The software deliberately
-
-
0下载:
基于socket 的 linux下的网络编程。 通过网络进行文件传输、语音双向通信,短消息的收发。-socket' s linux-based network programming under. File transfer via network, two-way voice communication, short message sending and receiving.
-
-
0下载:
在linux环境下的socket编程,能够实现文件传输功能-In the linux socket programming environment that enables file transfer capabilities
-
-
0下载:
在linux环境下实现的文件传输程序.socket连接服务器,实现上传和下载文件,传输文件时有进度条.-In the linux environment to achieve the file transfer program. socket connection to the server, to upload and download files, transfer files with progress bar.
-
-
0下载:
在linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the linux system to c
-
-
0下载:
作者:华清远见嵌入式学院。《linux设备驱动开发详解》(08&09年度畅销榜TOP50)第16章、linux网络设备驱动。网络设备是完成用户数据包在网络媒介上发送和接收的设备,它将上层协议传递下来的数据包以特定的媒介访问控制方式进行发送,并将接收到的数据包传递给上层协议。
与字符设备和块设备不同,网络设备并不对应于/dev目录下的文件,应用程序最终使用套接字(socket)完成与网络设备的接口。因而在网络设备身上并不能体现出“一切都是文件”的思想。linux系统对网络设备驱动定义了4个层次
-
-
0下载:
通过socket进行文件传输,多线程 在linux下 大家可以参考一下-File transfer through socket, multi thread in linux, you can refer to
-
-
0下载:
linux下实现的双击文件传输系统。采用socket网络编程-linux under the double file transfer system. Using socket network programming
-
-
0下载:
socket传输文件,包含客户端,以及服务器端,在linux环境测试成功-socket transfer files, including client and server side, successfully tested in linux environment
-