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

搜索资源列表

  1. linux.net.cs

    0下载:
  2. linux下用UDP收发简单数据,内有服务器端和客户端-using UDP simple data transceiver, which has server and client
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1867
    • 提供者:sudongyi
  1. Linux_net_udp

    0下载:
  2. Linux网络通信(UDP)客户端和服务器程序,本人亲自编写,现奉献给大家-Linux Network Communications (UDP) client and server programs, I personally prepared, we are dedicated to
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1810
    • 提供者:杨大千
  1. linuxserv

    0下载:
  2. linux source code for service and client this is used udp protocal-linux source code for service and client th is is used udp protocal
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1164
    • 提供者:wuyizhu
  1. UDPclient.rar

    0下载:
  2. Linux网络编程之UDP的客户端程序简单代码,可以传输各种文件,适合初学者学习使用。,Linux Network Programming for the UDP client program easy code, you can transfer all kinds of documents, suitable for beginners learning to use.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:1438
    • 提供者:莱克
  1. tftpx-1.0

    0下载:
  2. 用C语言开发的在Linux平台上的TFTP(RFC1380)服务器端和客户端. 支持目录列表, 可变块大小(RFC2348). 传输模式只支持二进自制模式. 停止等待机制作为数据传输的基本机制, 是网络编程必须的掌握的技能. TFTP 协议使用基于UDP的停止等待机制来实现文件的可靠传输. -Developed using C language in Linux platform TFTP (RFC1380) server-side and client. Supported dir
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:7622
    • 提供者:来无影
  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
    • 文件大小:1430
    • 提供者:白鸽
  1. client.c

    0下载:
  2. simple udp client program under linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:1079
    • 提供者:spider
  1. clientserver

    0下载:
  2. This contains various programs on client server connectivity using TCP and UDP packets. It is executable in linux environment.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:14704
    • 提供者:pratheek19
  1. UDP-connection

    0下载:
  2. LINUX/UNIX下实现本地和远端进程的通信程序,客户端和服务器端。修改IP地址,即可实现通信-In Unix/Linux network,implemention of a DUP connection between client and Server. After downloading ,you may have to change your IP address and port number!!!
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:2232
    • 提供者:WangQu
  1. udp

    0下载:
  2. linux下面实现的socket网络编程。使用的是udp协议,可以实现多客户端联机server的功能-The following implementation linux network programming socket. Using udp protocol, can be multi-line server client functionality
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:1237
    • 提供者:龙虾
  1. UDP

    0下载:
  2. linux下的udp客户端编程,实现发送和接收功能,稍加修改就可以实现tcp编程了-udp client under linux programming, send and receive functions can be achieved slightly modified programmed tcp
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:1474
    • 提供者:Biffo
  1. udp_echo_cli_v6

    0下载:
  2. linux下 ipv6 UDP CLIENT 客户端-linux ipv6 UDP CLIENT
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:1105
    • 提供者:andy
  1. udp-client-sever-c

    0下载:
  2. udp code for linux in c language
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:1308
    • 提供者:ank
  1. UDP

    0下载:
  2. 简单的UDP链接的服务器和客户端,能够实现链接测试,发送信息的简单功能。linux c 网络编程的基础。-A simple UDP client and server, able to send information.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:2033
    • 提供者:卢笑
  1. UDP

    0下载:
  2. 一个简单的UDP通信程序,实现linux环境下socket的应用。-udp ,client ,server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-17
    • 文件大小:1669
    • 提供者:ye
  1. udp

    0下载:
  2. udp在linux下客户端服务器程序,直接可在linux下以两个进程形式运行。-udp in linux client server program, directly in the form of two processes under linux running.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:2064
    • 提供者:刘佳楠
  1. udp

    0下载:
  2. Linux下udp并发服务器的实现。服务器循环接收客户端的消息,每收到一个消息,fork()一次,通过子进程来完成客户端的消息。与tcp并发不一样,他不必listen()和accept()。-Udp under Linux to achieve concurrent server. Server receives the client' s message loop, each receives a message, fork () once the child process to be
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:8102
    • 提供者:
  1. client

    0下载:
  2. UDP聊天室客户端务器端源代码,基于linux的网络编程-UDP client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1006
    • 提供者:
  1. TCP-UDP

    0下载:
  2. Linux下C实现的简单TCP-UDP服务器端和客户端-Under Linux C implementation of simple TCP, UDP client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:700188
    • 提供者:xuwei
  1. UDP协议客户端服务器间视频传输c源码

    0下载:
  2. 此程序利用C语言编程,采用UDP协议实现了Windows客户端与linux服务器端文件的传输。(This program uses C programming language, using the UDP protocol to achieve the Windows client and Linux server-side file transfer.)
  3. 所属分类:网络

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:xihananhai
« 12 3 4 »
搜珍网 www.dssz.com