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

搜索资源列表

  1. src

    0下载:
  2. 这是linux下的聊天程序,用UDP方式进行连接。包括客户端和服务端。支持一对一、一对多。-This is a chat program using UDP connection under linux. Including the client and the server. Support one-to-one, one-to-many.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:13090
    • 提供者:lzc
  1. UDP_echo_Linux

    0下载:
  2. Linux下实现UDP自动聊天程序,源程序包括客户端和服务器端,保证能够正确运行,用gcc编译一下即可-Under Linux automatically UDP chat program, including client and server-side source code, to run correctly, what can be compiled with gcc
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:1683
    • 提供者:pasta
  1. MYUDP

    0下载:
  2. 在Fedora14 Linux虚拟机下UDP的socket程序,实现客户端与服务器端的通信。-UDP socket program to realize client and server communication under Fedora14 Linux virtual machines.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:1221
    • 提供者:zhaiyunfei
  1. Chat_Room

    0下载:
  2. 在linux下实现的聊天室功能,有服务器和客户端,采用的UDP协议-Under linux chat room function, the server and client, using the UDP protocol
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:8993
    • 提供者:董婷婷
  1. UDPguangbo

    0下载:
  2. 在linux 下实现了UDP广播 有服务器端和客户端-Under linux has UDP broadcast server and client
  3. 所属分类:Linux Network

    • 发布日期:2017-12-09
    • 文件大小:2494
    • 提供者:落小淇
  1. my_tftp_client

    0下载:
  2. 基于linux c udp网络编程实现的客户端 TFTP文件上传/下载,可以与官方的tftp服务器实现良好传输-Linux c udp-based network programming to achieve client TFTP file upload/download, you can tftp server with the official transmission to achieve good
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:1520
    • 提供者:李享
  1. GroupBroadcast

    0下载:
  2. Linux下c语言的关于UDP组播的服务器端和客户端的源码例子-C language under Linux on UDP multicast server and client source code examples
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:1600
    • 提供者:linjiandao
  1. udp_server

    0下载:
  2. 基于udp的服务器程序!在linux上运行,通过gcc编译!-Udp-based server program! On linux run through the gcc compiler!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:887
    • 提供者:
  1. codes

    0下载:
  2. linux 环境下的 简单UDP客户,服务器程序,C实现-udp client server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:11036
    • 提供者:容柏盛
  1. socket

    0下载:
  2. Linux下socket编程示例,包括TCP/UDP编程,循环服务器、并发服务器等-Linux socket programming examples, including TCP/UDP programming cycle servers, concurrent server, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:127722
    • 提供者:甘攀
  1. QQ

    0下载:
  2. linux下的tcp/ip通信,包括服务器端和客户端-linux under tcp/ip communication, including server-side and client-linux下的tcp/ip udp/ip通信,包括服务器端和客户端-linux under tcp/ip communication, including server-side and client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:16633
    • 提供者:chencheng
  1. SetTime

    0下载:
  2. 以UDP通信为基础,实现了linux平台主机之间系统时间同步的功能。程序分为客户端和服务端两个。服务端运行于作为时间标准的主机上,客户端运行于需要同步系统时间的主机上。运行时,客户端向服务段发送同步时间请求,服务端收到请求后将本机系统时间发给客户端,然后客户端根据收到的答复设置本机系统时间。运行时,请保证以root用户运行客户端程序以确保有权限修改系统时间。-With UDP-based communication, to achieve the system time synchronizat
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:61282
    • 提供者:LIU
  1. udp_communicator

    0下载:
  2. A simple UDP client-server communicator written in C for Unix-Linux platform.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5955
    • 提供者:starkpl
  1. mytftp_udp

    0下载:
  2. 自己实现的tftp传输,基于udp,对于网络学习有一定帮助,linux下,包括客户端和服务端-TFTP transmission, based on the UDP, for the network to learn a certain help, Linux, including the client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:4486
    • 提供者:教父
  1. udpup

    0下载:
  2. UDP是TCP/IP协议中的传输层协议的一种,本文介绍了在Linux下编写基于UDP协议的Client/Server模型的程序的方法,并给出了一个echo Client/Server例子程序。
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1365
    • 提供者:dd
  1. socket_udp

    0下载:
  2. 在Linux系统下的UDP传输,udp例子,服务器端,用户端等,还有TCP/IP,UDP常用的函数接口-UDP transport in the Linux system, udp example, server, client, etc., as well as TCP/IP, UDP common function interface
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:9920
    • 提供者:Find_Fun
« 1 2 3 4 5 6»
搜珍网 www.dssz.com