搜索资源列表
jthread-1.2.1.zip
- 有关RTP有RTCP协议实现UDP和TCP网络视频传输的开源代码,Related to RTP have RTCP protocol UDP and TCP network video transmission of the open source code
UDP123
- 基于UDP协议的网段扫描器-UDP protocol-based network segment based on the UDP protocol scanner segment scanner
CommDebugProV1.0.0.1
- 通用通信调试软件,支持串口通信,以太网服务器端,客户端,UDP通信,支持组播方式,可设置自动发送,自动应答等通信方式-Universal Communication debugging software to support serial communications, Ethernet server-side, client, UDP communication, support for multicast mode can be set automatically sent, automat
udp-reliable-data-transmission
- UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
STM32F107-WiFi-examples-1.8
- 该示例程序演示了如何进入EM380C的DTU模式(数据透传) 1、按照正常流程上电,LCD上会显示当前模块的配置情况. 2、打开PC的wifi无线网卡,连接到LCD上显示的ssid,默认是EM380,连接正常后,模块上的红色LED会常量。 3、设置PC的IP地址192.168.4.X(除了192.168.4.4),掩码255.255.255.0。设置完成之后,可以ping通192.168.4.4 4、打开工程文件夹中附带的TCP/UDP测试工具,点击“创建连接”,按照默认
AVRnetV1.1-20070912
- AVR net project uses ENC28J60 and ATmega32 Supports: UDP, TCP, ARP, and more
perro-1.0.2.tar
- 记录IP/TCP/UDP/ICMP网络包日志 -Recording ip/tcp/udp/icmp network logs
udpV3.1
- udp调试开发用的一个小程序,是学习udp编程的好例子-udp debugging development with a small procedure, is to learn from good examples of programming udp
DataLinkLayerUDP(1)
- 这是一款教学实验的源代码,数据链路控制规程的演示,用SOCKET(UDP) 通信平台实现点对点数据链路控制规程,演示了滑动窗口控制协议(GO-BACK-N)的工作原理的理解。-This is a teaching experiment
jnca-beta-1.0
- 爪哇流量收分析器.它利用Java的收集流量升高V5环境中V7V8的UDP协议包v9(版本9)来自思科/路由器或nprobe桧.原始数据都可以储存或分析分贝学到JDBC的内容.它可用于大型企业或互联网服务.。-Traffic Analyzer Java collection. It uses the collection of Java increased flow V5 environment V7V8 agreement of UDP packets v9 (Version 9) from
opensips-1.5.2-tls_src.tar
- 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
1
- c++网络数据库实例 第一章 实例 01-简单网络聊天室 实例 02-网络聊天室服务器 实例 03-网络聊天室客户端 实例 04-定时发送消息 实例 05-传输文件 实例 06-GETIP 实例 07-域名解析 实例 08-TUSPY 实例 09-多人聊天室 实例 10-端口扫描 实例 11-异步网络通讯 实例 12-UDP协议实现网络通讯 实例 13-域名查询-c++ network database instanc
wireshark-win32-1.3.4
- 编程时用的RTSP、TCP、UDP网络编程数据抓包工具,比较好用,可完成对网络协议的分析-Programming using RTSP, TCP, UDP network programming data packet capture tools, more convenient, to complete the analysis of network protocol
2-1
- UDP文件上传例子 Delphi 写的UPD协议例子-UDP file upload example Delphi example written by UPD protocol
UDP-(1)
- C++写的udp文件传输功能,不是控制台程序,但可运行,可以借鉴的比较好的代码。-C++ UDP File transfer
udp-1
- 基于VS C#的、在局域网内进行udp广播传输控制指令,-udp control
UDP.1
- UDP源程序,方便大家使用,在Eclipe上运行完整,主要包括服务器和服务器-UDP source, facilitate the use of, running a full on Eclipe, including servers and server
tcludp-1.0.11
- Tcl的UDP扩展包源码,1.0.11版本,可用VS进行编译;(Tcl DUP lib source, version 1.0.11, windows vs)
tcp udp
- 1. 创建一个简单的SOCKET编程流程如下 面向有连接的套接字编程 服务器: 1) 创建套接字(socket) 2) 将套接字绑定到一个本地地址和端口上(bind) 3) 将套接字设定为监听模式,准备接受客户端(1. create a simple SOCKET programming flow as follows for a connected socket programming server: 1) creating a socket (socket) 2) binding the s
参考1
- UDP 传输 服务器端 客户端 计网作业 VS(UDP server client socket MFC)