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

搜索资源列表

  1. udp

    0下载:
  2. 这是一个基于linux套接字编程,实现客户和服务器之间的通信-This is a linux-based socket programming, client and server communication between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:33675
    • 提供者:zuodaohui
  1. linux_file_transfer

    0下载:
  2. Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:5020
    • 提供者:kusogray
  1. ftp

    3下载:
  2. linux下,简单FTP的实现,客服端,和服务器段的代码都有。-Under linux, the realization of a simple FTP, client service, and servers have the code above.
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-11-27
    • 文件大小:1564
    • 提供者:juckciy
  1. socket

    0下载:
  2. 简单的linux 套接字编程 客户端和服务器-Linux socket programming a simple client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1171
    • 提供者:xuechun
  1. c_socket_java

    0下载:
  2. linux环境下,java程序与C语言程序通过SOCKET进行通信 C语言端作为服务器,java端作为客户端-linux environment, java program with the C language program to communicate through the C language SOCKET as server-side, java client as a client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:106640
    • 提供者:code998
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. linux_tcp

    4下载:
  2. Linux环境下Socket编程: 1.网络时间服务器timeserver,为网络上的用户提供时间服务,即为网络用户返回服务器的当前时间;记录发出请求的网络用户的IP地址(保存到文件中),格式如下: IP地址 请求时间 时间服务客户端timeclient,该客户端能够向服务器发送时间服务请求,并把获得的时间返回给用户。 采用TCP协议编写一个远程数据备份服务器,运行客户端将本地文件备份到远程的服务器中。 -Socket Programming Linux environm
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:4870
    • 提供者:艾萌
  1. tcpudpsocket.tar

    0下载:
  2. 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:13214
    • 提供者:马逸
  1. socket_programing_file_transfer

    0下载:
  2. 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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:1631
    • 提供者:lk
  1. socket_programing-msg_transfer

    0下载:
  2. 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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:1917
    • 提供者:lk
  1. linuxsocket

    0下载:
  2. 包含一个server程序和一个client程序,一个linux下socket编程的简单实例-Includes a server program and a client program, a linux under a simple example of socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:10214
    • 提供者:luocheng
  1. socket

    0下载:
  2. 用socket实现服务端和客户端的通信。有各种命令,其命令类似linux的终端命令符-Achieved with the socket server and client communication. There are various commands, the command similar to the linux terminal command Fu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-10
    • 文件大小:17646068
    • 提供者:su
  1. CS

    0下载:
  2. linux下的socket下的通信编程,包含客户端和服务器。-linux under the socket communication programming under, including client and server.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:937
    • 提供者:小杨
  1. client-1.0.tar

    0下载:
  2. Linux环境下的ftp服务端程序。采用了SOCKET套接字。-Linux environment ftp server program.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:55840
    • 提供者:陈唤雨
  1. TCP_socket_client_server_file_transfer_program_des

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

    • 发布日期:2017-03-31
    • 文件大小:1859
    • 提供者:张梦
  1. client

    0下载:
  2. 简单实现linux下用C语言编写并且编译通过的socket编程的客户端源码-the client s socket code under linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:631
    • 提供者:小酷
  1. RemoteProcedureCall

    0下载:
  2. Remote Procedure call implementation in C in Fedora 7(Linux).Socket Programming has been used. Both Server and Client programs has been given
  3. 所属分类:Web Server

    • 发布日期:2017-04-02
    • 文件大小:1335
    • 提供者:pagal
  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
    • 文件大小:139911
    • 提供者:stone
  1. socket

    0下载:
  2. 本文档是linux下的socket客户端和服务器程序源码,可以通过此代码了解linux下的网络编程-This document is under linux socket client and server source code, you can understand this code network programming under linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:2383
    • 提供者:海锐
  1. client_udp

    0下载:
  2. 在linux使用socket进行异步的通信,基于客户端服务器模型-In linux using the socket for asynchronous communication, client-server model based on
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:1400
    • 提供者: 张永华
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com