Re: [ns] Problem with Backoff Timer scheduling in 802.15.4

2007-05-16 Thread mukul
Please ignore this message. The backoff timer was being rescheduled while already running because of a bug in my code. Sorry for inconvenience. Mukul Quoting [EMAIL PROTECTED]: Hi, It seems that, like the CCA timer, the backoff timer (backoffT in CsmaCA802_15_4) is also being rescheduled

[ns] Ns installation

2007-05-16 Thread EFE MADAGWA
Hello Ns Users, I am having problems in installing the ns. When i type the ./install, the process starts but returns the error message: gcc -pipe tclAppInit.o -L/home/EFE MADAGWA/ns-allinone-2.26/tcl8.3.2/unix -ltcl 8.3 -lc \ -o tclsh gcc:

[ns] rayleigh popagation model for ns-2

2007-05-16 Thread Ramzi Tka
Hi all, is there any Rayleigh propagation model implementation for ns-2 ? if yes, could you please send it to me or indicate where to get it. Thanks in advance. best regards, Ramzi

[ns] regarding adding and calling new added function in Packet class

2007-05-16 Thread Anuradha
I am facing a new problem now. As i have already told that i have added encryption/decryption function in Packet class that are working fine with udpdata.tcl script file after calling functions from udp.cc file. Now i wanted to check it with aodv also. For this i have to call it in aodv.cc file

[ns] [PATCH] Per Packet Transmission Power

2007-05-16 Thread Georg Wittenburg
Hi all! Some of my simulations require agents to be able to send packets at different power levels that can change at run-time. As I found no way of doing this with the current version of ns, I implemented it myself. For those who are interested, I've attached a patch against ns-2.31 with my

Re: [ns] [PATCH] Per Packet Transmission Power

2007-05-16 Thread Georg Wittenburg
Hi again, apparently Outlook is eating patches attached to emails. So here it goes again, this time inline: Index: mac/phy.cc === --- mac/phy.cc (revision 2001) +++ mac/phy.cc (working copy) @@ -50,6 +50,14 @@ static int

[ns] simulation de liaison satellite

2007-05-16 Thread samet olfa
hi every body I'm trying to simulate a satellite connexion between two wireless networks via satellite. But when i introduce the herarchical routing an error occur Can some one help me? thanks a lot

[ns] node energy?

2007-05-16 Thread etudiante usthb
salut tout le monde, Est ce que quelqu'un peut me montrer comment récupérer l'energie d'un noeud dans un fichier c++? Je voudrai aussi programmer ce qui suit: si le noeud est un chef alors pas de décrémentation de son energie. Sachant que l'energie se décrémente automatiquement à chaque

[ns] Node energy?

2007-05-16 Thread etudiante usthb
Hello, Can anyone tell me how to recover (obtain) the energy of a node in a c++ file (I'm modifing aodv.cc)? I want also to program the followinf instruction: if the node is Leader then do not decremente its energy. Knowing that energy decrease automatically with each emission or reception

[ns] Multi-Channel Multi interfaces

2007-05-16 Thread ns ns
Hello stefan can u please explain me how to create multi interface multichannel 802.11 nodes in ns2. i have seen the various links but i could not get it clear. please spend a few minutes of your valuable time to explain the multi interface multichannel in ns2 which will be

[ns] AODV performance

2007-05-16 Thread Martin Ip
Hello everyone, I am simulating AODV with HELLO messages in ns2. However, I have ran 5 simulations with different traffic and movement patterns (which are generated using the following settings) and the average packet delivery ratio is only around 70% ? Where in some paper I have seen the ratio

[ns] NsObject by Node id

2007-05-16 Thread Artem Polyvyanyy
Hello, I have a simple problem that I can not solve so far. Your help would be nice. I implement my routing and at myClassifier I need to install myReplicator. As slots to myReplicator I need to provide NsObjects for simulation nodes. But, at my classifier my routing logics returns me node ids.

[ns] EURANE with debug option on -- am.cc error

2007-05-16 Thread Yishen Sun
Hi, there, I was trying to simulate UMTS system with different RLC PDU sizes. However,the ns executable cannot exit normally when compiled with DEBUG option on under certain configuration. I wonder whether anyone has similar observation before... Thanks in advance. Basically two executables

[ns] How to implement shortest path routing in wireless sensor network?

2007-05-16 Thread gd sun
Hi , all I am implement a shortest path based routing in wsn. Is there anyone who has some related extension in ns2 ? Thanks in advance. sun ___ 抢注雅虎免费邮箱3.5G容量,20M附件! http://cn.mail.yahoo.com

[ns] How to send data and link openssl?

2007-05-16 Thread Vijay Ghorpade
Hi all!! I am working on ns-2.28. In my project i need some help about following things 1. I want to send some data from one node to another in ns-2. How shall i send the data through the packet? 2. How to link openssl library with ns-2? Please help. Vijay

[ns] How to do encryption-decryption?

2007-05-16 Thread Vijay Ghorpade
Hi, I am working with ns-2.28 for my project. How to do encryption/decryption on the data in ns-2? Are you using openssl functions for that? If yes then how to link openssl library with ns-2? Vijay