[ns] Hello, if there are some sip implementations in ns2

2007-05-30 Thread tiger
Hello, I wonder if there are some sip implementations in ns2. Could you please email the codes to me or direct me to the appropriate website. Thanks a lot. Hao

[ns] Tuning transmission power

2007-05-30 Thread Francesca Martelli
Hi all, I'm a (very)new user of ns2. I have to implement a mac protocol based on csma which is able to change the transmission power (and so the transmission range) dynamically. Can I do it by simply putting tcl commands such as the following one? $ns at 0.2 $node_(0) set TxPower_ 8.5872e-4

[ns] multiple interface Tutorial

2007-05-30 Thread nassim laga
Hi, I find in the mailing list of NS many mails speaking about ramon tutorial simulating multiple interfaces according to Ramon's tutorial but i search on the web and i didn't manage to find this tutorial?? can anyone help to find it?? regards, Nassim

Re: [ns] Hello, if there are some sip implementations in ns2

2007-05-30 Thread Timo Reimann
tiger wrote: I wonder if there are some sip implementations in ns2. Could you please email the codes to me or direct me to the appropriate website. Thanks a lot. One thing you should do before posting to the list is google for your topic. --Timo

[ns] Installation problems of nist module on ns-2.29

2007-05-30 Thread Ying Hou
Dear ns2 users, I am trying to install the nist module--mobility packet for ns2 on ns-2.29. I download the packet from official website and replace it with the original ns-2.29 and did following: 1. ./install 2. recomplied: make clean 3. ./configure 4. make After that the

[ns] simulation of intrusion into ad-hoc networks with NS2

2007-05-30 Thread Karuna Dambiec
Hello, Im currently looking into detecting intrusion within ad-hoc networks. Has anybody used NS2 before to simulate a network being intruded upon? Regards Karun Dambiec -- [EMAIL PROTECTED]

[ns] NEMO extensions for NS2

2007-05-30 Thread Sunith D Velho
Hi, Are there any extensions to simulate NEMO basic schemes in NS2(any version). Thanks Sunith Velho [EMAIL PROTECTED]

[ns] why only smaller simulation scenarios working in aodv?

2007-05-30 Thread sri_seeta_ram
hello I'm currrently working on topic related to Preemptive Routing in AODV. I written c++ code in ns2 to achieve this. Problem is that simulation works fine for smaller topologies only(upto 10 nodes). If I run larger simulation scenarios(30) it is giving segmentation fault. why its not giving

[ns] Energy and IEEE802.11

2007-05-30 Thread matthi . budde
Hi, I have a question regarding the energy model of ns-2. When a packet is sent over IEEE 802.11, there is an exchange of Request-to-send/Clear-to-send (RTS/CTS) Messages. Are those actually simulated as packets in ns-2? I am asking, because I am wondering, whether the energy-use of such

Re: [ns] please help me , i m getting error when i introduce new packet, have tried all possibilities

2007-05-30 Thread sri_seeta_ram
modify cmutrace.cc mahi kapoor wrote: hello everyone i have introduced a new packet checkloop in maodv but when i run a tcl script regarding maodv getting error format_aodv:invalid AODV packet type also i have done a little change in mact pkt. format. i m attaching two

[ns] Problem with make

2007-05-30 Thread Dimitris Liarokapis
Hi, I have developed a new wireless protocol using ns-2.30, i have made all the necessary changes to the various ns files along with the makefile.in. But when i'm trying to #make, i get the following error. make: *** No rule to make target `tcp/tcp-qs.o', needed by `ns'. Stop. Does anyone have

[ns] 802_11 and ethernet

2007-05-30 Thread nassim laga
Hi every body, Can any one tell me if i can mixe ethernet and 802.11 on the same environement. regards, Nassim - Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail

[ns] How to develop a new MAC protocol?

2007-05-30 Thread Hai T. Vu
Hello everybody, I am trying to develop a new MAC protocol for wireless network. I am composing two new files, say, newmac.h and newmac.cc. Out of that, I don't know which files of ns2 that I need to modify in order to make my new protocol work. Please advice. Thanks so much and I look forward

[ns] Installation problems with ns-2.29

2007-05-30 Thread Renke Bischoff
Hi! After I installed ns-2.29 under Debian Linux I received the error message given below, independent of the script I try to simulate, even if just type 'ns' without any script name. I found this question several times in the mailing list, but I didn't find any answer. Does anyone know a

[ns] multicast over ad hoc network

2007-05-30 Thread Ana Turk
Hi all Please help me Did any one have a tcl code of a multicast over an ad hoc network . Please itÂ’s very important Thanks Ana turk - Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail

[ns] NS-2.29 code for MAODV and ODMRP.

2007-05-30 Thread fdouglas
Hi, did someone has the NS-2.29 code for the multicast protocols MAODV and ODMRP?? Thanks and regards. Frank Douglas C de Farias. Federal University of Amazonas - Brasil

[ns] New 802.11 Node Movement

2007-05-30 Thread YUJEN CHENG
Hi, all, I am using the [new 802.11] from http://yans.inria.fr/ns-2-80211/ to simulate. I tried to use setdest in my tcl script, but I got some error message like below: == ns: _o15 setdest 10.0 40.0 5.0: (_o15 cmd line 1) invoked from within _o15 cmd setdest 10.0

Re: [ns] Energy and IEEE802.11

2007-05-30 Thread caijie
Matt, hi. I think you're right. RTS and CTS are simulated as packets in ns-2.But I don't know what it has to do with the energy model. These packets are transmitted at the basic rate, and MAC_RTSThreshold is used to control the power threshold used to receive RTS . wish you good

Re: [ns] Problem with make

2007-05-30 Thread Filippos Kolovos
- Hi. I think that the problem that make reports has to do with the fact that all the previously object files exist. You could erase the object files of the .c files that you have modified so that make will have to rebuild only these files and not all of ns. On the other hand, if this doesn't