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"
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:
>
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
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
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
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*
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