[ns] Warning: Tracefile events are not sorted by time

2011-03-25 Thread fivos
hi , i haven't found anywhere a solution for this warning although it was mentioned by someone that there was one.. It comes up with a wireless-mip scenario i created. any help will be appreciated ! Fivos K.

Re: [ns] NS2 EvalVid urgent

2011-05-01 Thread fivos
yes you can run them. Check http://www.tcl.tk/man/tcl8.5/tutorial/Tcl26.html On Sun, May 1, 2011 at 11:06 AM, Tami Nesher vessely...@gmail.com wrote: Hi, I am asking about the example in the link: http://140.116.72.80/~smallko/ns2/myevalvid2.htm I want to know if I can run the commands like

[ns] PUMA out of order RTP packets

2011-05-01 Thread fivos
in correct order. Fivos.

Re: [ns] Segmentation fault (core dumped)

2011-05-01 Thread fivos
debug it with eclipse. http://wcms1.rz.tu-ilmenau.de/fakia/NS2-for-Eclipse.6025.0.html or http://hi.baidu.com/karashun/blog/item/cc4038d0f47db2359a50276d.html On Mon, May 2, 2011 at 12:02 AM, fauzan prasetyo eka putra n0mad_h...@yahoo.com wrote: Hi, my friend my Tcl code for a NS-2 simulation

[ns] PUMA - packets are lost even when distance is small and bandwidth is big

2011-05-02 Thread fivos
Hi , has anyone worked with PUMA and knows why this happens ? i have tried to simulate smaller topologies with 5 nodes for example and only 50-150 meters distance and i have packet losses at the rate of 7%-15% . When i work with other protocols like DSDV this does not happen so i am guessing

Re: [ns] NS2 EvalVid urgent

2011-05-03 Thread fivos
.tcl 9.9333 300 records ns: finish: couldn't execute etmp4: no such file or directory    while executing exec etmp4 sd_a01 rd_a01 st_a01 a01.mp4 a01e    (procedure finish line 6)    invoked from within finish On Sun, May 1, 2011 at 5:58 AM, fivos fivos@gmail.com wrote

Re: [ns] Error when runing NAM file: i'm sure that you've got the solution

2011-05-04 Thread fivos
yes it's a known problem and there is a patch for it . You can find it here: http://bugs.gentoo.org/show_bug.cgi?id=225999 cheers On Wed, May 4, 2011 at 1:20 PM, Zakia Khalfallah zakia_khalfal...@hotmail.fr wrote: Hi friends , i got this error when i simply run a NAM file with the command

Re: [ns] Problem in packet reception :how to know whether all the network layers are active ?

2011-05-05 Thread fivos
Why wouldn't they be active? Anyway i would follow a more straightforward approach.. Put a breakpoint in function drop of connector.cc in Eclipse and debug it. When the program stops at your breakpoint see what happens before that and find what condition causes the packets to be dropped. void

Re: [ns] about command $ns rtmodel-at 1.0 down $n(1) $n(2)

2011-05-07 Thread fivos
Go to tcl/lib/ns-link.tcl and try renaming lif to if and recompile ns . it should work then. Iif ![$var info class Node] { ;# $op on most everything - if ![$var info class Node] { ;# $op on most everything cheers 2011/5/6 ma-haiyuan ma-haiy...@163.com: Hello everyone! When I do the

Re: [ns] [Wireless - AODV] HOWTO stop simulation right after a node dies?

2011-05-07 Thread fivos
You mean stopping completely or pausing and then resuming the simulation? I am positive the first is possible with some slight modifications while the second is doubtful or at least very hard to accomplish. Maybe someone else can shed some light on the second possibility. cheers, Fivos On Sat

Re: [ns] [Wireless - AODV] HOWTO stop simulation right after a node dies?

2011-05-07 Thread fivos
%.20f, s.clock(),      address_, energy_model_-energy());    exit(1);  } // END OF MY INCLUDED CODE  log_target_-pt_-dump(); } What modifications do you suggest? Thank you for your reply. On Sat, May 7, 2011 at 9:45 AM, fivos fivos@gmail.com wrote: You mean stopping completely

Re: [ns] [Wireless - AODV] HOWTO stop simulation right after a node dies?

2011-05-07 Thread fivos
My previous answer is wrong i think but you get the point. You need to return (TCL_ERROR) at the c++ function that was called by TCL. You can then catch the error at your tcl script and do what you want when that error is raised. On Sat, May 7, 2011 at 5:40 PM, fivos fivos@gmail.com wrote

Re: [ns] [Urgent] Error in multiple interface nodes network simulation

2011-05-07 Thread fivos
Dear Ahmed i remember reading a similar post in the mailing list that provides the answer, you should find it if you search thoroughly. cheers , Fivos On Thu, May 5, 2011 at 6:02 PM, Ejaz Ahmed Awan ime...@gmail.com wrote:  Dear All,  I have ported the PUMA(multicast routing protocol) code

Re: [ns] implement IPv6 in NS 2.34

2011-05-07 Thread fivos
give me a help please. Best regards. 2011/5/7 fivos fivos@gmail.com are your aware that there is already a patch for mobile IPv6 support ? Last version officially supported is for ns-2.33. You can find it here : http://www.nicta.com.au/people/mehanio/nsmisc Hope it helps, Fivos On Sun

Re: [ns] implement IPv6 in NS 2.34

2011-05-07 Thread fivos
---td22001016.html On Sun, May 8, 2011 at 1:49 AM, Hafedh Guigua hafedh.gui...@gmail.com wrote: If, i would like to implement it in 1 mounth, it's possible? The problem, is i don't know how. can you put me in contact with someone. best regards. 2011/5/8 fivos fivos@gmail.com if you would like

Re: [ns] NS2 EvalVid urgent

2011-05-08 Thread fivos
    while executing exec ./etmp4 -p -0 sd_a01 rd_a01 st_a01 a01.mp4 a01e     (procedure finish line 6)     invoked from within finish On Tue, May 3, 2011 at 9:47 AM, fivos fivos@gmail.com wrote: hi again Tami , the command you tried to write is wrong. exec etmp4 sd_a01 rd_a01 st_a01

[ns] wireless_patch_update ns-2.29 | Has anyone ported it to newer versions of ns2 ?

2011-05-08 Thread fivos
If yes can you upload the files somewhere or point me where i can download the patch . Any ns version from ns-2.31 onwards will do. Thanks

[ns] ADMR - NS-2.30 + ?

2011-05-21 Thread fivos
Has anyone managed to succesfully port ADMR to newer versions of NS2 ( ns2.30 onwards) ? if yes can you give me some pointers how to proceed , or a patch to apply ? thanks in advance Fivos K.