Dear NS Users
I want to include Sending vehicle's Speed and Lane information (while the
vehicle moves on a 4-lane road) in the frequently sent beacons while
simulating VANET scenario. Any suggestions will be most welcomed.

Thanx in advance
My Beacon format is given below:

*Struct hdr_aodv_beacon{*
*u_int8_t pkt_type; //type of packet, beacon or error*
*u_int8_t beacon_hops; //hop count*
*u_int32_t beacon_id; //unique identifier for the beacon*
*nsaddr_t beacon_src; //source of the beacon*
*double beacon_posx; //x position of beacon source*
*double beacon_posy; //y position of beacon source*
*double timestamp; //timestamp*
*.....*
*};
*
Rasheed

Reply via email to