-
Wireless Mesh Network is a high
无线网状网是一种高速率、高容量的多点对多点网络,可把它看成是Ad Hoc网络的简化版本。正如Ad Ho。网络一样,无线网状网中的路由是它的一项关键技术。基于此,本论文对无线网状网的路由协议进行研究。
文中首先介绍了无线网状网的结构,特点以及其发展与现状 其次,分析了Ad hoc网络中各种路由协议的优劣 再次,重点研究了其中的一种动态源路由协议(DSR)的具体实现过程 在DSR的基础上,对其进行改进,提出了一种均衡流量动态源路由协议,对它进行性能分析和仿真。-Wireless Mesh Network is a high-speed, high-capacity multi-point-to-multipoint network, it could be seen as Ad Hoc networks, a simplified version. As the Ad Ho. Networks, wireless mesh routing is a key technology. Based on this, the thesis of the wireless mesh routing protocol research. First, wireless mesh networks, introduced the structure, characteristics and status of its development and secondly, an analysis of Ad hoc network routing protocols in a variety of advantages and disadvantages again, focused on one of the Dynamic Source Routing Protocol (DSR) concrete realization of the process in DSR based on its improvement, a balanced flow of dynamic source routing protocol, its performance analysis and simulation.
- 2023-06-24 08:30:04下载
- 积分:1
-
这是一个单用户的留言本,用ASP写成,适合个人网站使用!
这是一个单用户的留言本,用ASP写成,适合个人网站使用!-This is a single-user of the message, written in ASP, for the use of personal website!
- 2022-01-27 08:47:11下载
- 积分:1
-
Reading packets over the network with different protocols
Reading packets over the network with different protocols
- 2023-02-15 21:15:04下载
- 积分:1
-
搭建一个有4个部门的公司网络,包含研发部门、测试部门、管理部门和销售部门,利用局域网模型在一个对象中模拟一个服务器和多个客户端的行为...
搭建一个有4个部门的公司网络,包含研发部门、测试部门、管理部门和销售部门,利用局域网模型在一个对象中模拟一个服务器和多个客户端的行为-Set up a department of four corporate network, including R & D department, testing department, management department and sales department, the use of local area network model of an object in the simulation at a server and multiple clients of conduct
- 2022-10-16 07:05:03下载
- 积分:1
-
雷傲极酷超级论坛LeoBBSX 040408 简体正式版
雷傲极酷超级论坛LeoBBSX 040408 简体正式版-mine very proud Super Cool Forum LeoBBSX 040,408 English version
- 2022-03-16 15:51:01下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
This is a client, client service has been uploaded.
这个是客户端,服务端已上传.网络编程基本结构实例.-This is a client, client service has been uploaded.
- 2022-03-20 06:44:34下载
- 积分:1
-
PHP读取excel的程序,简单明了
PHP读取excel的程序,简单明了-PHP read excel procedures simple and clear
- 2022-02-20 23:51:17下载
- 积分:1
-
peer
点对点聊天与传文件程序-peer-to-peer chatting and communication procedures document
- 2022-04-29 04:33:09下载
- 积分:1
-
用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台
用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台-prepared by the Counter CGI program, a powerful, fast and reliable operating speed, counter can hide, The CGI program runs on WinNT/Intel platform
- 2023-05-29 02:05:03下载
- 积分:1