
跨层设计(Cross-Layer)
文章平均质量分 83
norbert_jxl
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
一种面向IEEE 802.11e EDCA的MPEG-4视频传输的自适应跨层映射算法
本文转载网址:http://140.116.164.80/~smallko/ns2/crosslayer_video.htm [Notes] Now it is easy to run all the simulations in this research work. Just download the cygwin and ns2 from here. Execute it and转载 2013-07-04 14:38:25 · 2204 阅读 · 0 评论 -
无线网络研究的平台、开源资源
试验环境:1. OpenWRT: http://openwrt.org/2.ROBIN: http://robin.forumup.itROBIN Mesh:http://www.robin-mesh.net/3. Meraki: http://meraki.com/4. Gargoyle:http://www.gargoyle-router.com/原创 2013-09-13 11:13:17 · 1592 阅读 · 0 评论 -
Lyapunov优化
转载地址:http://en.wikipedia.org/wiki/Lyapunov_optimizationIntroduction[edit source | editbeta]Lyapunov optimization refers to the use of a Lyapunov function to optimally control a dynamical转载 2013-09-10 23:51:20 · 15454 阅读 · 3 评论 -
Lyapunov函数
转载地址:http://en.wikipedia.org/wiki/Lyapunov_functionIn the theory of ordinary differential equations (ODEs), Lyapunov functions are scalar functions that may be used to prove the stability of an转载 2013-09-10 23:50:27 · 11001 阅读 · 1 评论 -
Tworaygrond Model
In this model, the shadowing fading factor is not considered. Therefore, for a unique distance, the Pr is a determinstic value. Usually, tworayground has two formulas:when d is less than the cross转载 2013-08-14 01:03:22 · 1088 阅读 · 0 评论 -
Fading Link Error
OAR ns extensions for Fading:The error-part is extended from another online patch from CMU and Rice Univ.Cite from OAR site:"Although the CMU implementation results in an accurate simulation转载 2013-08-14 01:01:24 · 709 阅读 · 0 评论 -
IEEE 802.11 MAC
转载地址:http://www.winlab.rutgers.edu/~zhibinwu/html/wlan_back.htmUndesrstanding Carrier Sense & Back Off:Consider the following two questions about IEEE 802.11 Standard:1. Carrier Sense is pro转载 2013-08-14 00:59:25 · 1493 阅读 · 0 评论 -
NS2中IEEE 802.11 MAC的bug和问题
The discussion can be classified as two parts. Part 1 is about the bugs and flaws of ns-2 802.11 code. This can be fixed.Part 2 comes from ambiguous understandings of the 802.11 standard or inhere转载 2013-08-14 01:05:15 · 1370 阅读 · 0 评论 -
NS2中的多速率MAC
转载地址:http://www.winlab.rutgers.edu/~zhibinwu/html/multirate_ns_mac.htmIntroductionFirst, an introduction on "how ns-2 handle the 802.11 rate":There is a file ns-mac.tcl in ./tcl/lib director转载 2013-08-14 00:57:00 · 1015 阅读 · 0 评论 -
NS2中MCMI获取接口信道利用率
转载地址:http://liujian.jigsy.com/entries/ns2/ns2-mcmi%E6%96%B0%E6%A8%A1%E5%9D%97%E7%9A%84%E6%B7%BB%E5%8A%A0%EF%BC%9A-%E8%8E%B7%E5%8F%96%E6%AF%8F%E4%B8%AA%E6%8E%A5%E5%8F%A3%E4%BF%A1%E9%81%93%E7%9A%84%E5%8转载 2013-08-13 14:24:49 · 1441 阅读 · 1 评论 -
ns2.35中的IEEE802.11e模块移植
关于IEEE802.11e的内容就不多说了,直接开始移植工作。之前的802.11e模块主要是在ns2.88上开发的,不能直接在ns2.35上使用,下面就给出移植的补丁。根据我做的补丁对ns2.35进行修改,能够顺利运行,补丁内容如下:diff -u -r ns-2.35-original/common/packet.h ns-2.35/common/packet.h--- ns-2原创 2013-08-09 11:15:18 · 2108 阅读 · 6 评论 -
弹性网络
先给两个链接,具体内容以后再续。1. ResiliNets: Multilevel Resilient and Survivable Networking Initiative. http://www.ittc.ku.edu/resilinets/2. ResiliNets Wiki. https://wiki.ittc.ku.edu/resilinets/Main_Page弹性网络融原创 2013-07-26 13:46:25 · 1146 阅读 · 0 评论 -
NS2跨层设计
NS2的仿真中经常会遇到不同层之间信息的访问问题,因此就涉及到跨层设计的一些概念,本文参考网络上的一些资源,并结合自己的想法给出跨层设计的简单步骤。 首先,来看看路由层和MAC层之间的信息如何交互,在这里主要是路由层访问MAC层的一些信息。以AODV协议为例,简述跨层设计的步骤。 (1)在aodv.h中增加头文件#include "mac/mac-802_11.h"原创 2013-07-05 08:49:35 · 1471 阅读 · 2 评论 -
NS2中节点的CSThresh_和RXThresh_设置
1.CSThresh_和RXThresh_两个阈值的解释 在802.11的载波侦听机制中,主要的有 Physical Carrier Sense和Virtual Carrier Sense(RTS/CTS)两种。NS-2中控制数据包接收与否也是通过CSThresh_和RXThresh_进行决定,下面对这两个值做简要介绍。 (1)Pr(接收到的信号能量) (2)CST原创 2013-09-14 11:00:33 · 2831 阅读 · 5 评论