[ns] Migrate ns versions of a protocol implementation (2.31 - 2.34)

2014-02-24 Thread Flavio Arieta
Hi, I have a protocol implementation on ns2.31 and I'm currently using ns2.34, which steps I need to follow to transfer the implementation to the another version? Thanks, Flávio Arieta Netto.

Re: [ns] Fwd: What could cause stack smashing on ns2?

2014-01-20 Thread Flavio Arieta
Hi, sorry for the late response, I was on vacation. Stack smashing can be caused by the wrong combination of OS version, architecture (x86_64), the patch you are using. (And a failed build.) *** Ns2 is for a 32bits OS (i686). *** Not all patches will work with a 64bits OS (x86_64.) Which OS

[ns] Fwd: What could cause stack smashing on ns2?

2013-12-18 Thread Flavio Arieta
Hi, I was implementing HWMP protocol on ns2.34 and after the implementation I tried to run some tests, but in all of them I get a *** stack smashing detected ***: ns terminated So I want to know, what can I did wrong? Log: === Backtrace: =

[ns] About wireless node range

2013-08-20 Thread Flavio Arieta
How can I increase the transmission/reception of wireless nodes on a simulation? I tried using the tool from ns-2.34/indep-utils/propagation/threshold.cc Nodes within 230 meters can communicate, but even modifying the Phy/WirelessPhy RXThresh_ to very big values nodes can find themselves, but

[ns] Question about stop node command

2013-08-14 Thread Flavio Arieta
Hi, I have encountered some problems utilizing NS 2.34 and SUMO 0.16.0 . I generate a network with sumo and with a tool called traceExporter I exported 3 files: - activity.tcl - configuration.tcl - mobility.tcl I imported the 3 files into another tcl file with the command source. When the