Description: 在ns2中实现了cbrp协议,对于无线传感器网络中cbrp协议的改进有很好的借鉴意义-Ns2 achieved in cbrp agreement, for wireless sensor networks to improve cbrp agreement has a very good reference Platform: |
Size: 87040 |
Author:王刚 |
Hits:
Description: setdest utility source codes for NS2 v.2.34.
By this utility you can create your mobility (movement) files and attach theme to your main simulation script. Platform: |
Size: 20480 |
Author:arch |
Hits:
Description: 这些代码用于学习NS2,其中包括多个例子,难度逐渐加深,适合初学者学习借鉴-These codes are used to learn NS2, including several examples, the difficulty is gradually deepened, suitable for beginners to learn from Platform: |
Size: 528384 |
Author:张晓健 |
Hits:
Description: Static routing is very simple. Each node has a routing table where each entry has the destination and the next node. On receiving a packet, a node find the entry corresponding to the packet s destination, and forwards it to the next node. If there is no entry, the node drops the packet. That s it.
While writing the static routing protocol in ns2 is easy, we have to set a routing tables at every node. This can be done by writing an external program. For example, when you generate a topology, you can set up routing table with the shortest path metric.
Source codes
In this project, we are going to write new source codes (static_routing_pkt.h, static_routing.h, and static_routing.cc) and new script (static.tcl), and modify existing codes (packet.h, queue.cc, ns-lib.tcl, ns-mobilenode.tcl, and ns-packet.tcl)
The source codes of this project is available here.
Platform: |
Size: 37888 |
Author:ameur |
Hits:
Description: these are source codes for ns2... which contain nodes using aodv protocol communicating with each other Platform: |
Size: 13312 |
Author:Gagandeep |
Hits: