CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - DSDV NS
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - DSDV NS - List
[
Windows Develop
]
dsdv
DL : 0
ns-2中的dsdv算法源码,进行必要的配置就可把dsdv经编译加入到ns-2中。
Update
: 2008-10-13
Size
: 29.8kb
Publisher
:
dazirandelv
[
Documents
]
maodv-code
DL : 0
这是关于ns2学习的资料,利用c和otcl语言编写,文中给出代码分析-Means study on the information and the use of c otcl language, the paper presents Code Analysis
Update
: 2025-02-17
Size
: 71kb
Publisher
:
zhangcuicui82
[
Windows Develop
]
dsdv
DL : 0
ns-2中的dsdv算法源码,进行必要的配置就可把dsdv经编译加入到ns-2中。-ns-2 in the algorithm dsdv source, make the necessary configuration can be put into the dsdv by the compiler in the ns-2.
Update
: 2025-02-17
Size
: 30kb
Publisher
:
dazirandelv
[
Internet-Network
]
dsdv
DL : 0
非常经典的协议代码,欢迎大家下载吧。呵呵,相信对于ns的初学者很有帮助-The agreement is very classic code, welcome to download it. Ha ha, I believe very helpful for beginner ns
Update
: 2025-02-17
Size
: 30kb
Publisher
:
王庆文
[
Windows Develop
]
noah
DL : 0
NS编程与调试 - NOAH 模块 noah是一个无线路由代理(相对于DSDV ,路由, ... )只支持直接沟通的无线节点之间或基站和移动节点的情况下移动IP的使用。这使得模拟的情况下多跳无线路由是不受欢迎的。noah不会发送任何路由相关的数据包。-NS programming and debugging- NOAH Module NOAH is a wireless routing agent that (in contrast to DSDV, DSR, ...) only supports direct communication between wireless nodes or between base stations and mobile nodes in case Mobile IP is used. This allows to simulate scenarios where multi-hop wireless routing is undesired. NOAH does not send any routing related packets.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
李蔚
[
Software Engineering
]
dsdvtest
DL : 0
NS-2关于传感器网络的模拟,协议是DSDV,分析网络的吞吐量和能量消耗.-simulation of sensor network in NS-2
Update
: 2025-02-17
Size
: 1kb
Publisher
:
ytt
[
Books
]
stablemovementscenario
DL : 0
用NS- 2 仿真各种路由协议性能时用到的传统运动场景发生器存在两个缺陷: 运动状态不能迅速过渡到稳态, 节点速度的 均匀分布区间起始值只能为0。为了弥补上述缺陷, Tracy Camp 研制了稳态运动场景发生器。通过仿真验证了采用该发生器可大 大缩短仿真时间, 在此基础上仿真AODV 和DSDV 两种路由协议, 首次从吞吐量、协议包开销、平均延迟三个方面对稳态运动场景 下的两种路由协议性能进行分析, 得出结论表明采用稳态运动场景进行路由协议仿真是非常必要的。 关键词: 稳态运动场景 setdest 更新过程 Random Waypoint-Abstr act: As a module of NS2, the traditional movement scenario generator, when simulating routing protocol, has two limitations. One is that the transition time of stable status is long, and the other is that the uniform- distributing low bound of node speed is only zero.To remedy these faults, Tracy Camp has developed a stable movement scenario generator.The simulation proves that simulation time can be reduced largely by using this generator.Based on this result, a simulation for AODV and DSDV routing protocol is implemented.Then the performance of two protocols is analyzed on three aspects: throughput, routing overhead packets, average delay.At last the conclusion is drawn, which shows it is essential to adopt stable movement for simulation of routing protocols. Key words: stable movement scenario setdest renewal process Random Waypoint
Update
: 2025-02-17
Size
: 168kb
Publisher
:
王立
[
Internet-Network
]
DSDV
DL : 0
code fairness of DSDV. It has a base station and two source
Update
: 2025-02-17
Size
: 2kb
Publisher
:
wisarut
[
Internet-Network
]
dsdv
DL : 0
This the source code of dsdv protocol to run on ns-2 please accept my request.-This is the source code of dsdv protocol to run on ns-2 please accept my request.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
Manju
[
Linux-Unix
]
dsdv.tar
DL : 0
dsdv source code for wireless network using ns 2.34 simulator
Update
: 2025-02-17
Size
: 14kb
Publisher
:
ezhil
[
Internet-Network
]
dsdv
DL : 0
a ns-2 program for dsdv protocol in adhoc network
Update
: 2025-02-17
Size
: 3kb
Publisher
:
yogesh
[
Internet-Network
]
dsdv
DL : 0
linux下网络编程,可以参考一下,ns中dsdv协议仿真-linux ns
Update
: 2025-02-17
Size
: 5kb
Publisher
:
陈平
[
Internet-Network
]
Tcl-script-for-implementing-DSDV-routing-protocol
DL : 0
Description: This network consists of 3 nodes. After creating the nam file and trace file, we set up topography object. Set node_ ($i) [$ns node] is used to create the nodes. Here we set the initial position for the every node by using initial_node_pos. server1 and server2 also created in this program. After that $Val (stop) is used to tell to nodes when the simulation ends. The nodes have Udp connection. An "udp" agent is attached to node0, and a connection is established to udp "null" agent attached to node0 and node1 and etc... As default, the maximum size of a packet that "udp" agent can generate is 1KByte. An udp "null" agent generates and sends ACK packets to the sender (udp agent) and frees the received packets. The Cbr is set to start at 0.0 sec and stop at 4.1 sec. Here we were using DSDV routing protocol.-Description: This network consists of 3 nodes. After creating the nam file and trace file, we set up topography object. Set node_ ($i) [$ns node] is used to create the nodes. Here we set the initial position for the every node by using initial_node_pos. server1 and server2 also created in this program. After that $Val (stop) is used to tell to nodes when the simulation ends. The nodes have Udp connection. An "udp" agent is attached to node0, and a connection is established to udp "null" agent attached to node0 and node1 and etc... As default, the maximum size of a packet that "udp" agent can generate is 1KByte. An udp "null" agent generates and sends ACK packets to the sender (udp agent) and frees the received packets. The Cbr is set to start at 0.0 sec and stop at 4.1 sec. Here we were using DSDV routing protocol.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
Basavaraj
[
Internet-Network
]
dsdv
DL : 0
A simple tcl code for DSDV in ns-2
Update
: 2025-02-17
Size
: 1kb
Publisher
:
gnda2012
[
Internet-Network
]
wrls-dsdv
DL : 0
code simulator dsdv in ns-2
Update
: 2025-02-17
Size
: 1kb
Publisher
:
trangviet
[
Program doc
]
ihab
DL : 0
set val(ifqlen) 50 set val(nn) 3 set val(rp) DSDV set val(x) 500 set val(y) 400 set val(stop) 150 set ns [new Simulator] set tracefd [open simple.tr w] set windowVsTime2 [open win.tr w] set namtrace [open simwrls.nam w] $ns trace-all $tracefd $ns namtrace-all-wireless $namtrace $val(x) $val(y)-set val(ifqlen) 50 set val(nn) 3 set val(rp) DSDV set val(x) 500 set val(y) 400 set val(stop) 150 set ns [new Simulator] set tracefd [open simple.tr w] set windowVsTime2 [open win.tr w] set namtrace [open simwrls.nam w] $ns trace-all $tracefd $ns namtrace-all-wireless $namtrace $val(x) $val(y)
Update
: 2025-02-17
Size
: 2.75mb
Publisher
:
ihab
[
Other
]
ns2-code-dsdv
DL : 0
* Implementation of Dijkstra s SPF algorithm * contributed to ns
Update
: 2025-02-17
Size
: 16kb
Publisher
:
erkan
[
Other
]
security
DL : 0
Approach: NS-2 is an open source system that is developed using C++ and Tool Control Language TCL. Researchers can freely add new components to the system to server their own purposes. The latest version of NS-2 is version 2.28. Within this version, most of the standard protocols supported. You can find protocol from media access layer protocols such as CSMA/CD up to application protocols as FTP and HTTP. For routing protocols, there are unicast and multicast routing protocols for wire network and DSR, DSDV, AODV for wireless ad-hoc networks. Most of these protocols were developed by researchers and adopted into standard version of NS-2. In order to experiment security features for network, we need to add security functions into NS-2. Of course for specific experiments there are specific requirements. The purpose of this project is only to illustrate a way to add security functions into NS-2 Our approach is to build a new protocol at network layer
Update
: 2025-02-17
Size
: 2kb
Publisher
:
bvc
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.