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

搜索资源列表

  1. chat

    0下载:
  2. unix / linux use socket programming of a chat room examples-unix/linux use socket programming of a chat room examples
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:14181
    • 提供者:ken
  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. tcpbuf

    0下载:
  2. 接收tcp消息的类。tcp是一个流的概念,你可能一次read调用读到两条半消息,再接着一次read调用读到半条消息。这个tcpbuf的类就是用来帮助处理这种情况。它会分3次返回3条消息。很实用的类。Windows/Linux都能用。-class tcpbuf is to help receiving tcp message from a socket. It will return exactly ONE message from the tcp buffer. Support windows/
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7410
    • 提供者:ttww2000
  1. tcphust

    0下载:
  2. linux下socket/tcp/ip简单实现-simple implementantion of socket/tcp/ip on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:26588
    • 提供者:w
  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. linux

    0下载:
  2. 此文件包含了sk-buff、pro文件系统、socket的有关资料,并附带了两个小例子-This file contains the sk-buff, pro file system, socket of the information and comes with two small examples of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:43992
    • 提供者:于爱华
  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. ksocket-0.0.1

    0下载:
  2. an embedded Socket Linux library
  3. 所属分类:Embeded Linux

  1. tcs.c

    0下载:
  2. 实现UDP传输 for linux udp socket -for linux udp socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:873
    • 提供者:大彬
  1. sendarp

    0下载:
  2. 类似arp防火墙的功能,输入自己的ip地址,要发送的arp回复的主机IP地址,既可以实现在数据链路成发送arp响应包。 主要练习一下Linux下面socket 和ioctrl的用法。-Similar to the arp firewall function, enter your ip address, to send arp reply to the host IP address, not only can be achieved in the data link into the se
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1586
    • 提供者:南极风
  1. transfer_file

    0下载:
  2. linux 下用C编写的文件传输程序-transfer_file of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2313
    • 提供者:xc
  1. socket

    0下载:
  2. 套接字参数选项详解, 搞Linux网络的朋友别错过哦。-detail for socket elements!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:17552
    • 提供者:zhang
  1. Socket

    0下载:
  2. Socket programming using linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:762
    • 提供者:bhaskar
  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. tcp_server

    0下载:
  2. linux网络socket,tcp三路握手:accept,lisent-linux network socket, three-way handshake: accept, lisent .....
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:894
    • 提供者:ly
  1. linux_ping

    0下载:
  2. linux 下的ping源码,用socket实现,刚学linuxs socket编程的可以下载阅读。当然,你可以把该程序移植到嵌入式系统中。-ping source code under linux, using socket implementation, just learning linuxs socket programming can be downloaded to read. Of course, you can put this program ported to an embe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:10346
    • 提供者:yr
  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. socket

    0下载:
  2. linux\linux2.6.12\应用实验:-linux \ linux2.6.12 \ Application Experiment:
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 这个学习linux网络socket编程有一定的帮助-This learning linux network socket programming is certainly helpful
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:18711
    • 提供者:吴 含
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com