Dear ns-2 users and developers
I have been working on ns2.29 using Directed Diffusion (RMST) to
simulate my network.
1- I attached the rmst as DiffApp to the node that conflict NS2 that
says agents should be attached to nodes and applications to the agents
so should i create diffusion agents and
Can anybody tell me or suggest me what will be the Interdisciplinary
relevance of Routing Attack in MANET with other subjects like physics ,
Mathematics or any other area?
--
*With regards*
*
Rajib Das, MCA, M.Phil
**
Research Scholar, Dept. of Comp. Sc.
**
Assam University, Silchar
Assam. Pin -
Hi Soares,
Try writing "simulator" with capital "S" instead of small "s".
Try this tutorial for your first experience. Run the examples in it. They'll
help you get used to the simulator.
http://www.isi.edu/nsnam/ns/tutorial/
Kind regards,
Nicholas Mbonimpa
On Wed, Aug 31, 2011 at 7:46 AM, B
# myfirst_ns.tcl
# create a simulator
set ns [new simulator]
create a trace file
set mytrace [open out.tr w]
$ns trace-all $mytrace
create a NAM trace file
set myNAM [open out.nam w]
$ns namtrace-all $myNAM
define a procedure finish
proc finish {} {
global ns mytrace myNAM