[ns] Diffusion RMSt (diffagent, routing table, reinforcement messages )

2011-08-31 Thread Anas
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

[ns] Interdisciplinary relevance

2011-08-31 Thread Rajib Das
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 -

Re: [ns] ERROR when run my fist "tcl" example

2011-08-31 Thread nicholas mbonimpa
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

[ns] ERROR when run my fist "tcl" example

2011-08-31 Thread Bety Barreto Soares
  # 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