[ns] How to maniulate IEEE802.11p parameters from IEEE802-11p.tcl

2014-11-28 Thread Pratik Joshi
Hi everyone, I'm working on a VANET simulation project. I am trying to simulate a VANET however i couldn't figure out how to manipulate the parameters in IEEE802-11p.tcl. I googled and found that the whole file could be loaded in a "variable". The code i found is: set val(sc) "IEEE802-11p.tcl"

Re: [ns] How to maniulate IEEE802.11p parameters from IEEE802-11p.tcl

2014-12-01 Thread Pratik Joshi
Pt_ then how do i do it? # puts "$CWMin_"; # doesn't work Regards, Pratik Joshi On Sun, Nov 30, 2014 at 5:26 PM, Pratik Joshi wrote: > Thanks Knudfl for the reply. The default one in the original file > (ns-allinone-2.34/ns-2.34/tcl/ex/802.11/IEEE802-11p.tcl is: >

[ns] intinte loop

2014-12-06 Thread Pratik Joshi
I am trying to broadcast from a single node source without receiver. I changed the broadcast code that i found in ns-allinone-2.34/ns-2.34/tcl/ex/802.11/broadcast_validation.tcl by removing the for loop. Can anyone help me explain why it goes for an infinite loop? The code: #~/ns-allinone-2.35/n

[ns] Can "Energy Model" API be used for VANET: output for energy values are always 0.0

2014-12-10 Thread Pratik Joshi
Hi All, I used the "Energy Model" for VANET with node config as: -macType Mac/802_11Ext \ -phyType Phy/WirelessPhyExt \ However, the energy es, et, and er remained 0.0. But if I were to use the original parameters as

[ns] what is the best node agent option for vanet simulation

2014-12-15 Thread Pratik Joshi
Hi all, Which agent do you think is the best for broadcasting in vanet (no need of a sink/receiver)? I found PBC to be very useful. Can you please help me decide if that is the best option! Regards, Pratik Joshi

[ns] Regarding paid assistance for VANET project in NS2

2014-12-29 Thread Pratik Joshi
Hi All, I need some assistance for NS2 simulation for VANET (802.11p protocol). If anybody is interested let me know. I will pay some amount for assisting me. -- *Regards,* *Pratik*

[ns] new repeater functionality added in pbc.{h,cc}

2015-01-03 Thread Pratik Joshi
Hello All, I have added new functionality where the first node broadcasts packet and the rest of the nodes passes the packets transmitted by the first node. Retransmission feature is available for nodes which is defined as "Repeater". Please copy and replace the attached pbc.{h,cc} files at ~/ns