Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (6)
Energy Model in NS2
no vote
For the enrgy model in ns2 we hanve toc change in files so that we can simulate enrgy model in ns2. For this aodv.cc and aodv.h files are modified and in tcl script we have to mention model as energy model.
anamika1020546
2016-08-23
0
1
TCL script for energy model
no vote
For the energy model tcl script must be metioned as enery model.In the attached file energy model is mentioned it is the original file og simple-wireless.tcl which is availabe in ns2.35 only some correction made here to silulate energy model for ns2
anamika1020546
2016-08-23
0
1
communication between nodes using AODV routing pro
no vote
Number of nodes (22) is fixed in the program. Nodes are configured with specific parameters of a mobile wireless node. After creating the nam file and trace file, we set up topography object. set node_ ($i) [$ns node] is used to create the nodes. Initial location of the nodes is fixed. Specific X, Y coordinates are assigned to every node. Nodes are given mobility with fixed speed and fixed destination location. Here we set the initial size for the every node by using initial_node_pos. AODV routing protocol is used here. $val(stop) specifies the end time of the simulation. UDP agent is attached to sender node. LossMonitor agent is attached to receiver node. Both the agents are connected and CBR traffic is attached to UDP agent. Now communication set up for nodes are established.
anamika1020546
2016-08-23
0
1
Implementation of Secure AODV in NS2.35
no vote
To impelemnt secure AODV in NS2 this is useful it is basically implement the security in AODC packets. Whent comple the tcl file which will use the AODV protocol then it will encrypt the Packets and sends over the network with encryption.
anamika1020546
2016-08-23
0
1
Mannanism for WSN
no vote
For applying WSN in ns2 Mannasim is used it contains ns2.35 modified folder. Just coppu these files into proper location and changes in make file.
anamika1020546
2016-08-23
0
1
tcl script for wireless node creation and communic
no vote
This file is for the creation of wireless node creation and the communication between them. It defines the range of the node of particular network then gives the communication. It uses NS2 for the communication.
anamika1020546
2016-08-23
0
1
No more~