Re: [ns] NS2 EvalVid urgent

2011-05-03 Thread Tami Nesher
Hello, thanks for the answer. I tried already to write in finish proc : exec etmp4 sd_a01 rd_a01 st_a01 a01.mp4 a01e The etmp4 execution file located in the same folder as the tcl script file. sd_a01 and rd_a01 created by this tcl script, and located also in the same folder. st_a01 is the input

Re: [ns] NS2 EvalVid urgent

2011-05-03 Thread Tami Nesher
Thanks. from the console it returns: ~/ns-allinone-2.34/ns-2.34/v1$ ./etmp4 sd_a01 rd_a01 st_a01 a01.mp4 a01e usage: et -[p|f|F] -[0|x] [-c] sd rd st in out [PoB] -[p|f|F] packet, frame or complete frame mode (alternative) -[0|x] fill lost section with 0 or truncate (alternative) [-c] use

[ns] Routing simulation. Problem :number of Packet sent = number of Packet received

2011-05-03 Thread Zakia Khalfallah
Hi friends, I'm simulationg the routing protocol GPSR. I must évaluate the packet delivery success rate. In the file gpsr.tr , i find always number of packets sent = number of packets received . It's abnormal that i have 100% success rate ( i compared to some results in a paper that never

[ns] System-Time and Last Function in a Simulation

2011-05-03 Thread Hector Agustin Cozzetti
Good morning everybody, I have a little question on NS-2. I need to print the system-time (e.g., 02/05/2011 11.05 am) at two specific instants in my simulation. I have find out the system-time at the start (first instruction in the source code) and at the end (last instruction in thr source

[ns] Wireless Sensor Networks Simulation - Help

2011-05-03 Thread jobi59uk
Hi, Sorry to disturb you but was doing some research for a project that I am currently undertaking called - Multi-objective Optimisation for Wireless sensor networks using genetic algorithms. I was wondering if by any chance if anyone could help me connect my genetic algorithm i already to

[ns] energy and delay with AWK

2011-05-03 Thread s s
In the name of God Hi friends We need to show the energy and delay in our simulations, can any body help me how we can use it with AWK? I have not done any thing such as installing any file in my ns-2.34. Best Regards Sarah

[ns] DSR code execution

2011-05-03 Thread tulsi ajwalia
Hello everyone, I have installed ns-allinone-ns2.33 package.In this package there is dsr_proto.cc code for the dsr protocol.I have tried to execute it in gcc compiler, but it gives many errors.I want to run it and know the routes for the the dynamically changing topology.I am working on a

Re: [ns] NS2 EvalVid urgent

2011-05-03 Thread fivos
hi again Tami , the command you tried to write is wrong. exec etmp4 sd_a01 rd_a01 st_a01 a01.mp4 a01e needs to be : exec ./etmp4 sd_a01 rd_a01 st_a01 a01.mp4 a01e Good luck On Tue, May 3, 2011 at 11:11 AM, Tami Nesher vessely...@gmail.com wrote: Thanks. from the console it returns:

[ns] Wireless Sensor Networks Simulation - Help

2011-05-03 Thread Tobi Oduyemi
Hi, I have a multi-objective genetic algorithm (nsga-II). That when I run outputs some values. What I want is for these values to be used and to make a wireless sensor network simulation in NS-2 or any simulator. Is there any chance someone could help me? It would be greatly appreciated.

[ns] OLSR - Evolutionary Algorithm - NS2.35

2011-05-03 Thread fauzan prasetyo eka putra
Hi , I want to modify the Rout Discovery process in OLSR and implement Evolutionary algorithm to find the best solution between source and destination that have a minimum end to end delay . Can anyone guide me how I can embed Evolutionary Algorithm in OLSR . Waiting for your reply Regards