CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - linux socket transfer

搜索资源列表

  1. realmsg-4

    0下载:
  2. 本人写的实现类似于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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3.76mb
    • 提供者:xc
  1. demo

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:43.19kb
    • 提供者:yulei
  1. c-s-huangjun86

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1.04kb
    • 提供者:黄珺
  1. brt

    0下载:
  2. 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!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:15.32kb
    • 提供者:superhn
  1. InvokeAndParse

    0下载:
  2. linux下用socket实现数据传输,使用UDP协议-data transfer based socket in linux,use the UDP
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2.36kb
    • 提供者:杨建忠
  1. Lam_qt

    0下载:
  2. 本软件采用linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:136.63kb
    • 提供者:stone
  1. workspace

    0下载:
  2. 基于socketlinux下的网络编程。 通过网络进行文件传输、语音双向通信,短消息的收发。-socket' s linux-based network programming under. File transfer via network, two-way voice communication, short message sending and receiving.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1.77mb
    • 提供者:刘伟平
  1. filecopy

    0下载:
  2. linux环境下的socket编程,能够实现文件传输功能-In the linux socket programming environment that enables file transfer capabilities
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1.21kb
    • 提供者:于鑫
  1. wenjianchuanshu

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5.2kb
    • 提供者:gwnaqrep
  1. FTP_socket

    0下载:
  2. linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the linux system to c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:747.71kb
    • 提供者:gyh
  1. linux-driver-development16

    0下载:
  2. 作者:华清远见嵌入式学院。《linux设备驱动开发详解》(08&09年度畅销榜TOP50)第16章、linux网络设备驱动。网络设备是完成用户数据包在网络媒介上发送和接收的设备,它将上层协议传递下来的数据包以特定的媒介访问控制方式进行发送,并将接收到的数据包传递给上层协议。 与字符设备和块设备不同,网络设备并不对应于/dev目录下的文件,应用程序最终使用套接字(socket)完成与网络设备的接口。因而在网络设备身上并不能体现出“一切都是文件”的思想。linux系统对网络设备驱动定义了4个层次
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:572.59kb
    • 提供者:华清远见
  1. file

    0下载:
  2. 通过socket进行文件传输,多线程 在linux下 大家可以参考一下-File transfer through socket, multi thread in linux, you can refer to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2.69kb
    • 提供者:nanye
  1. ser_cli_file1.tar

    0下载:
  2. linux下实现的双击文件传输系统。采用socket网络编程-linux under the double file transfer system. Using socket network programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:2.94kb
    • 提供者:walle-cuiwenxin
  1. file_socket

    0下载:
  2. socket传输文件,包含客户端,以及服务器端,在linux环境测试成功-socket transfer files, including client and server side, successfully tested in linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:9.5kb
    • 提供者:柴镇
搜珍网 www.dssz.com