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

搜索资源列表

  1. MyChat

    0下载:
  2. 该程序基于TCP/UDP的多线程通信程序,同时即可作为服务器端又可做客户端-The program based on TCP/UDP communications of multi-threaded process, at the same time you can do as a server-side client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1951825
    • 提供者:许延
  1. socket

    0下载:
  2. socket异步通信的例子,两端采用消息队列先进先出处理消息,可实现多客户端与服务器端的通信。-socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3622805
    • 提供者:小开
  1. opensips-1.5.2-tls_src.tar

    0下载:
  2. sip服务器原代码,要求在linux或者unix下安装,可以用于建立自己的voip系统,基于sip协议-OpenSIPS brings: robust and performant SIP (RFC3261) Registrar server, Location server, Proxy server and Redirect server small footprint- the binary file is small size, functionality can be stri
  3. 所属分类:VOIP program

    • 发布日期:2017-05-14
    • 文件大小:3660283
    • 提供者:Banlyst Yeh
  1. udp

    0下载:
  2. 这是用VB.net实现的一个简单的P2P示例。利用了UDP打洞技术,分服务器端跟客户端,服务器端负责登陆记录用户的IP和端口及转发打洞消息。原理到处都有,这里就没有贴出来。这里贴出了VB.net的代码,供初学者交流,也欢迎高手点评…… 服务器端在启动成功后,输入help可以查看到服务器相关命令。 客户端在登陆成功后,输入help可以查看客户端相关命令(登陆时用户名随便)。-This is achieved using VB.net a simple example of P2P. Hol
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:40207
    • 提供者:Frank.Tao
  1. Chapter14

    1下载:
  2. 包含了VC下实现的WINDOWS API的TCP/UDP的网络服务器、客户端程序,还有一个聊天程序。-VC contains the WINDOWS API under the TCP/UDP network server, the client program, there is a chat program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:731887
    • 提供者:chenweifeng
  1. mediaproxy-2.3.6.tar

    0下载:
  2. 结合OpenSIPs作为高效可扩展的传输媒体流服务器。-MediaProxy is a media relay for RTP/RTCP and UDP streams that works in tandem with OpenSIPs to provide NAT traversal capability for media streams from SIP user agents located behind NAT.
  3. 所属分类:Proxy Server

    • 发布日期:2017-03-23
    • 文件大小:175928
    • 提供者:黄先生
  1. IPMessenger

    0下载:
  2. 这是飞鸽传书 v2.0版的源代码。它是一个跨平台、基于 TCP/IP(UDP)、无需服务器、简单易用、可传送和接收文件的一个网络小软件,安全可靠,数据通讯均采用 RSA/Blofish 加密。-This is the IP Messenger v2.0 version of the source code. It is a cross-platform, based on TCP/IP (UDP), no servers, easy to use, can send and receive fi
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:299559
    • 提供者:172
  1. broadcastreceiver

    1下载:
  2. QT的UDP 通信程序,可以用于测试UDP服务器端
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:901054
    • 提供者:zxmjiang
  1. talkroom

    0下载:
  2. 1.其中基于UDP做的聊天室,利用UDP广播,只需在局域网里启动exe即可工作,无需服务器端。开发思想:在“上线”后启动一个线程循环recv接受广播来的信息。"send"按钮广播信息。 2.基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe 在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnSe
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1856730
    • 提供者:zhuceyong
  1. udpclient

    0下载:
  2. 简单udp服务器客户端代码,通过编译可以接受udp服务器端响应!-Simple udp server client code through the compiler can accept udp server-side response!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:618
    • 提供者:王哲
  1. NetAssis

    0下载:
  2. Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:319787
    • 提供者:timoho
  1. visualC-Udp

    0下载:
  2. 基于Upd协议的网络穿透功能实现,服务器端,客户端。-Upd-based network protocol to achieve penetration capabilities, server-side, client-side.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:75586
    • 提供者:liuwei
  1. lab4

    0下载:
  2. Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。 连接成功后显示提示信息; 然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号); client在收到UDP Server的端口号后, 为用户显示3个选
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:66680
    • 提供者:ivynankai
  1. 3proxy

    0下载:
  2. Version 0.6.1 released 11 December, 2009. 3Proxy is really tiny cross-platform (Win32/Win64&Unix) freeware proxy servers set. It includes HTTP proxy with HTTPS and FTP support, SOCKSv4/SOCKSv4.5/SOCKSv5 proxy (socks/socks.exe), POP3 proxy, SMTP p
  3. 所属分类:Proxy Server

    • 发布日期:2017-03-30
    • 文件大小:567923
    • 提供者:rebus
  1. UDPtimed

    0下载:
  2. time服务的UDP服务器端代码实现 主要文件UDPtimed.cpp实现了服务器端time UDP协议的实现-time services, UDP server-side code to achieve the main document UDPtimed.cpp implements server-side time UDP protocol to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2534370
    • 提供者:winni
  1. udp

    0下载:
  2. 一个简单的Windows下的UDP程序,包含客户端和服务器端,对于初学winsock有帮助!欢迎下载!-A simple Windows program under the UDP, including client and server side, for beginners winsock help! Welcome to download!
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:44991
    • 提供者:yuchen117
  1. udp

    0下载:
  2. 基于udp的编程,里面包含有服务器和客户端,运行方式为:先开服务器,再开客户端-Udp-based programming, which includes server and client, run way: First open the server, then open the client
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-08
    • 文件大小:16957
    • 提供者:琪琪
  1. udpclient

    0下载:
  2. 这个是udp服务器的一个程序,运行在linux下,可以学学套接字和tcp的工作机制。-this is udp server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:846
    • 提供者:shiyinyan
  1. UdpServer

    0下载:
  2. 简单udp服务器实例~ 端口号已定 来自于一本书的光盘文件-A simple udp server instance ~ port number has been scheduled for a book from the CD-ROM file
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-02
    • 文件大小:61800
    • 提供者:问少甲
  1. socket

    0下载:
  2. tcp udp 网络编程源码 //创建套接字 sHost = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) if(INVALID_SOCKET == sHost) { printf("socket failed!\n") WSACleanup() //释放套接字资源 return -1 } //设置服务器地址 servAddr.sin_family =AF_INET servA
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-25
    • 文件大小:2343
    • 提供者:闛靚
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com