Re: [ns] Could anybody tell me how to install SIPAODV-ETX on Red Hat 9.0?(Or other systems)

2010-05-15 Thread Mike Lorenz
you have to install the packet capture library ( libcap-dev or similar )

Re: [ns] seeds in ns

2010-04-25 Thread Mike Lorenz
Zitat von Manoj srivatsav manoj.srivat...@gmail.com: Hi all, Can anyone tell me how the seed in the random number generator work internally.. i.e i want to know the internal working for seeds in random generator..? http://www.isi.edu/nsnam/ns/doc/node281.html

Re: [ns] seeds in wimax

2010-04-19 Thread Mike Lorenz
Zitat von Manoj srivatsav manoj.srivat...@gmail.com: Hi all, i am trying to simulate the initial ranging part of wimax. for that i need to know what seed is ?.. if anyone knows what a seed is and a good set of seeds.. please tell me how it works in the wimax enivronment.. thanks manoj

Re: [ns] Problem with rng.cc on Xeon processors

2010-04-19 Thread Mike Lorenz
Zitat von Mario Fanelli mario.fane...@gmail.com: Dear all, my name is Mario Fanelli, and I'm writing this mail to ask your help with a problem in ns 2.34. I've already tested my simulations on my laptop, and everything seems ok. But when I try to run the simulations on our cluster, all my

Re: [ns] Specifying nodes in mobility trace generation

2010-04-13 Thread Mike Lorenz
Zitat von THADDEUS EZE et...@greenwich.ac.uk: Hi All, Please how can I specify nodes in scenario generation to start from a different number instead of 0? I mean having the scenario generation start from say node_(10) instead of node_(0). Any help is appreciated please. Eze just do

Re: [ns] ns2 installation problem....

2010-04-12 Thread Mike Lorenz
Hi, ns-2 is not directly dependent on the OS. It depends more on the version of the packages and the libraries . Regards Mike

Re: [ns] Error with bind() function

2010-04-09 Thread Mike Lorenz
[quote] MSProto/msproto.cc:71: error: call of overloaded ‘bind(const char [10], int)’ is ambiguous [/quote] In the file msproto.cc must be a wrong overload of the method bind(..., int), which is too much. It is not neccessary. just use the general method void bind(const char* var, int*

Re: [ns] Error while compling ns2.34 on ubuntu 9

2010-04-08 Thread Mike Lorenz
hello, maybe this will help you: http://www.mail-archive.com/ns-users@isi.edu/msg13417.html regards mike

Re: [ns] Signal strength and RSSI value at C++ code

2010-03-25 Thread Mike Lorenz
Zitat von Elly Soo elly...@gmail.com: Hi, Can somebody guide me on how to obtain signal strength from a neighbor node in C++? Also, please teach me the way to get the RSSI value in C++. Many thanks to all of you! You need the receiving power of the packetstamp of your received packet