CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - socket server linux

搜索资源列表

  1. server_epoll

    0下载:
  2. Linux epoll socket server-Linux server socket epoll
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2.36kb
    • 提供者:huang
  1. 利用socket接口实现的FTP客户端和服务器端

    2下载:
  2. linux下利用socket接口实现的FTP客户端和服务器端,linux using socket interface of the FTP client and server
  3. 所属分类:Ftp客户端

    • 发布日期:2014-11-21
    • 文件大小:8.31kb
    • 提供者:jayshaw
  1. server.rar

    0下载:
  2. linux 下的socket 服务端程序,支持多客户端连接.,linux under the socket server process, support multi-client connections.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:2.63kb
    • 提供者:小军
  1. linux下的FTP客户端和服务器源代码

    2下载:
  2. linux下的FTP客户端和服务器源代码 socket编程,linux under the FTP client and server source code for socket programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-22
    • 文件大小:432.55kb
    • 提供者:周乐文
  1. RAW SOCKET编程与以太网帧分析

    1下载:
  2. RAW SOCKET编程与以太网帧分析。环境是Linux,用C,C++语言描述。 包括基于TCP和UDP的两个客户服务器程序;以及一个原始套接字可以接受任何数据链路层。并且根据协议规约输出抓取到的包的字段内容 -RAW SOCKET Programming and Ethernet frame analysis. Environment is Linux, using C, C++ language to describe. Including both TCP and UDP-ba
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-26
    • 文件大小:5.25kb
    • 提供者:hgn
  1. fileTransServer

    1下载:
  2. linux下利用socket c语言编写的文件传输服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language file transfer server and client, with flow charts and notes, suitable for socket learners ~
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:727.64kb
    • 提供者:Boycott
  1. LinuxSocketUDP

    0下载:
  2. LINUX Socket Client UPD and LINUX Socket Server UPD
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3.67kb
    • 提供者:hwwl
  1. linux-socket

    0下载:
  2. linux端获取系统CPU、硬盘。内存使用率,通过客户端socket传给windows服务端。-linux-side access to the system CPU, hard drive. Memory usage, the client socket to pass through the windows server.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:1.38kb
    • 提供者:王健
  1. socket-windows-linux

    0下载:
  2. windows 与linux下的socket编程,实现客户端与服务器端的通信-linux under windows with socket programming, to achieve client and server-side communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:33kb
    • 提供者:spring
  1. socketclientserverc

    0下载:
  2. simple client/server in socket and fifo in c better run in linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:harish
  1. udpsocket

    0下载:
  2. linux下的udp socket通信,包括client和server端程序代码。-Udp socket communications linux under , including both client and server sides.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:1.4kb
    • 提供者:白鸽
  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
    • 文件大小:4.9kb
    • 提供者:kusogray
  1. server

    0下载:
  2. thhis a simple server program to chat with multi clients using c programming.(socket program)-thhis is a simple server program to chat with multi clients using c programming.(socket program)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2.1kb
    • 提供者:devesh
  1. linux_tcp

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

    • 发布日期:2017-03-28
    • 文件大小:4.76kb
    • 提供者:艾萌
  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
    • 文件大小:1.59kb
    • 提供者:lk
  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
    • 文件大小:16.83mb
    • 提供者:su
  1. server

    0下载:
  2. linux socks服务端 学习linux socket编程很好的例子-linux socks server to learn linux socket programming example of good
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:1.26kb
    • 提供者:zy
  1. server

    0下载:
  2. linux中socket多线程通信的服务器源代码-linux communication in multi-threaded socket server source code
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:1.24kb
    • 提供者:仙鹤神针
  1. socket-server

    0下载:
  2. 基于linux系统的socket简单服务器, 可手动配置ip和端口;-socket server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6.54kb
    • 提供者:吴天
  1. 简单的Socket服务器

    0下载:
  2. 基于Linux 的socket服务器,具有简单的网络通信功能。(socket Server on Linux)
  3. 所属分类:网络编程

    • 发布日期:2018-05-02
    • 文件大小:10kb
    • 提供者:依云让
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com