▍1. 接收国电智深DCS发送的UDP数据包的程序,自己写的,大家可以做个参考...
接收国电智深DCS发送的UDP数据包的程序,自己写的,大家可以做个参考-no message
接收国电智深DCS发送的UDP数据包的程序,自己写的,大家可以做个参考-no message
通过看视频教程,熟悉DSP的开发环境,为进一步开发有巨大的作用。-Through to see video tutorials, familiar with the DSP development environment for the further development of the enormous role.
Java写的一个完善的tcpip协议栈,用于嵌入式操作系统,也是一个学习tcpip很好的源码-Java to write a perfect tcpip protocol stack for embedded operating systems, but also a good source to learn tcpip
源代码版本0.5b2 - 2007年1月20日最新版本:http://www.sourceforge.net/projects/poxy/版权所有2002-2007阿卜杜拉·阿里夫联系_____________________________________________________________________电子邮件:phproxy.support@gmail.com网址:http://whitefyre.com/支持和错误报告_____________________________________________________________________http://whitefyre.com/forums/phproxy.support@gmail.com目录_____________________________________________________________________1.许可2.什么是PHProxy?3.它是如何工作4.要求5.安装6.配置脚本变量7.可选项8.免责声明9.缺陷和限制10.更新日志,常见问题解答,TODO,许可,臭虫,限制11积分1.许可____________________________________________________
可以实现网络性能(如:吞吐量)的测量,一个经典的开源软件,具体介绍百度一下就知道了-Network performance can be achieved (eg: throughput) measurement, a classic open-source software, Baidu details you will know
资源描述就是用VS2010做了一个网络通信的例子,分为2个上位机,一个是客户端,一个是服务器,两者先建立通信关系,然后可以互相发送信息。功能虽然简单,但是很有示范意义。
port forwarding。include client and server。-port forwarding. Include client and server.
简单UDP程序,适用于初次涉及网络编程的,相信对你应该有所帮助!-UDP simple procedure, applicable to the initial involved in network programming, I believe that should be helpful for you!
Wiznet推出的硬件TCP IP协议栈芯片,基于51系列单片机实现TCP Client工作模式,供参考。-Wiznet launch hardware TCP IP protocol stack chips, based on the 51 Series Microcontroller TCP Client mode for reference.
一个组播测试程序的服务器程序,测试加入组播,接受组播等-a multicast testing procedures of the server, testing multicast to accept such Multicast
网络连接测试软件,易于操作。可简单的点对点聊天。-Network connectivity testing software, easy to operate. Can be a simple peer-to-peer chat.
利用TCP/IP协议传送文件接收端软件,可同时接收4路-The use of TCP/IP protocol software to receive the transmission of documents, which can receive 4-way
该协议采用UDP方式接入服务器,图中req表示请求数据包,res表示应答数据包。当设备上线时发送hello数据包给服务器,服务器检查数据的合法性,如果是非法请求,服务器将不作响应。设备收到应答数据后将发出refresh更新数据包,服务器同样先检查数据-The agreement means the use of UDP access server, the figure said req request packet, res that the response packet. When the device when sending data outsourcing hello server, the server checks the legitimacy of data, if it is illegal request, the server will not be responding to. Equipment will receive the response data packet sent refresh update, the server to check the same data
利用Qt基于Tcp/Ip进行视频传输,分别对服务端和客户端进行设计,多次实验后得到满意效果,提供给Qt学习的人进行深层次学习。
这是几个断点下载的程序,包括:ftp协议实现多线程断点续传.rar,Site Snagger下载整个站点,使用WInternet API COOL.rar等-This is the breakpoint downloaded several procedures, including : ftp protocol multithreaded HTTP. Rar. Site Snagger download the whole site, WInternet use API COOL.rar etc.
用BCB写的一个聊天程序,既可以当服务器也可以做客户端
udp 误码及速率测试,可以选择不同的测试速率及包长-udp error and the rate of testing, you can choose different test rate and packet length
W5500硬件协议栈软件,STM32平台,上行SPI接口,下行以太网接口,支持8个socket
一个基于STM32F107的网络开发例程,实现TCP,UDP,HTTP,基本上是STM32公司改动而来的,还是比较有学习使用价值的