[ns] Configuration of sensor node

2010-04-22 Thread ahlam BCH
Hi Please is there any difference between a configuration of a wireless node and a sensor node? If yes,please can you tell me the difference. Best regards

Re: [ns] Configuration of sensor node

2010-04-22 Thread Shyam Sundar
Hi, To create wireless sensor node add this -sensorNode ON in node-config. Some may use mac\802_11 and some may use mac\802_15_4 (wpan) for sensor network. There are few sensor patches available in ns2. like sensorsim and mannasim are available. These sensor patches are used to make different

Re: [ns] how to add energy model

2010-04-22 Thread Shyam Sundar
Hi, Add the following set val(engmodel) EnergyModel set val(txPower) 1.0 ;# transmitting power consumed in mW set val(rxPower) 1.0 ;# receiving power consumed in mW set val(initeng) 1000.0 ;# Initial energy in Joules $ns node-config -energyModel $val(engmodel) \ -initialEnergy

[ns] NS-2 or NS-3?

2010-04-22 Thread Ygor Amaral
What you indicate to use? Thank's -- --- Ygor Amaral

[ns] Difference in broadcast and unicast range of a wireless node

2010-04-22 Thread Amit Khanna
Hi I have created a simple routing agent for wireless nodes that broadcasts the data packets generated by that node to the neighbors. The nodes which receive this packet print that they have received it and do not do anything else. I have not created any new packet type as i'm forwarding