[ns] Deadline Extension, June 18: INNOV 2012 || October 21-26, 2012 - Venice, Italy

2012-05-29 Thread Cristina Pascual
INVITATION: = The submission deadline is extended to June 18, 2012. Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results to INNOV 2012. In addition, authors of selected papers

Re: [ns] solution please

2012-05-29 Thread Manfe
Hello, The error is because the mobility pattern file was not found. Check the correct path for the location of the Mobility pattern by checking where your installation was done and edit the path accordingly. Best regards! in here couldn't read file ../mobility/scene/cbr-3-test: no such file

[ns] Floating Point exception

2012-05-29 Thread Halen Smith
Hi Guys: I am trying to run the following code using ns-2.35 in obuntu 10.04 and it says Floating Point Exception, any one with a better suggestion: #Open the NAM trace file set tf1 [open out.tr w] $ns trace-all $tf1 set nf1 [open out.nam w] $ns namtrace-all $nf1 # open the Trace file

[ns] throughput in olsr-etx implementation

2012-05-29 Thread xara
Dear All, I have installed olsr-etx implementation in ns2. It is running successfully, however i cannot measure throughput or end-to-end delay. If any one has worked on olsr, please tell me how i can measure the throughput. I tried to measure the number of packets reaching the sink, by

[ns] node id

2012-05-29 Thread Mohammed Alenezi
Hi, In wired network ... how do I get the node id at certain timeIn other words, I'm adding block of code in droptail.cc and I need to perform some action for certain node in the topology. I have tried : Node * node= Node::get_node_address (1) int nodeNumber =node-nodeid_; It is not