[ns] question on installation NS-2.29 on Linux Ubuntu

2007-04-12 Thread Celina Wang
Dear all: I am installing ns-2.29 in Linux Ubuntu 6.06 version. After modified settings of all of configure files, new problem occurs that linker is not working properly. in the directory ns-2.29/ , ./configure successfully passed, but make failed due to following errors: (thousands of lines

[ns] question on installation NS-2.29 on Linux Ubuntu

2007-04-12 Thread Celina Wang
Dear all: I am installing ns-2.29 in Linux Ubuntu 6.06 version. After modified settings of all of configure files, new problem occurs that linker is not working properly. in the directory ns-2.29/ , ./configure successfully passed, but make failed due to following errors: (thousands of lines

[ns] question on NS2 agent.tcl

2007-04-25 Thread Celina Wang
Hi, all: I knew NS2 provided a set of default .tcl files located in /tcl directory. One of them is called ns_agent.tcl. Sometimes we need to add our own defined agent such as OLSR. And we did so already. Then I run ns2 but it complains the error such as : invalid command name Agent/OLSR

[ns] question on NS2 agent.tcl

2007-04-26 Thread Celina Wang
Hi, all: I knew NS2 provided a set of default .tcl files located in /tcl directory. One of them is called ns_agent.tcl. Sometimes we need to add our own defined agent such as OLSR. And we did so already. Then I run ns2 but it complains the error such as : invalid command name Agent/OLSR

[ns] which simulator is better for OLSR and AODV

2007-05-06 Thread Celina Wang
Qualnet or NS2? NS2 is slower as I felt. Thanks. Celina

[ns] which simulator is better for OLSR and AODV

2007-05-06 Thread Celina Wang
Qualnet or NS2? NS2 is slower as I felt. Thanks. Celina

[ns] seqno_ problem

2007-05-06 Thread Celina Wang
Hi, all: I used NS2.29 version, working on routing layer of OLSR part. To compute lost packets, my previous collegue used seqno_ to keep track of # of lost packets. But when running it, has an error such as: halting simulation... ns: stop: can't read seqno_: no such

[ns] aodv-uu based on sns

2007-05-13 Thread Celina Wang
Dear all: I am trying to install aodv-uu to well-installed SNS (the most updated version),however it generates a lot of compilation error from aodv-uu.cc and other associated files, after I spent two days to fix all of bugs, finally no compilation error, but, it gave me a thousand of lines of

[ns] aodv-uu based on sns

2007-05-13 Thread Celina Wang
Dear all: I am trying to install aodv-uu to well-installed SNS (the most updated version),however it generates a lot of compilation error from aodv-uu.cc and other associated files, after I spent two days to fix all of bugs, finally no compilation error, but, it gave me a thousand of lines of

[ns] segmentation fault in strlen()

2007-06-14 Thread Celina Wang
Hello, all: When I run ns-2.29.3 with AODV-UU-0.8 ( not aodv), which has segmentation fault at the end of transmission. For example, I set up 60 nodes with 600 transmission, it will be broken with segmentation error. I used gdb, and it shows the phrase of strlen() . I tested all of strlen()