The current application layer protocols are divided to three categories:
802.11p
BaseWaveApplLayer
TestWaveApplLayer
Traci
TraCIDemo
It was designed to send one broadcast packet and after sending one packet one parameter, sent message, will be true and the application protocol can no longer send any packet.
TraCIDemo11p
Others
BurstApplLayer
It works like TraCIDemo but with this difference, that it send a burst of packets instead of just one packet.After receiving each broadcast packet, it replies an ACK packet if it finds "burstreply" true.
SensorApplLayer *
TestApplication *
TrafficGen
A module to generate a certain rate of broadcast traffic.It generates a certain rate of traffic. It uses three parameters for this purpose as follows: packet time/packet per packet time/burst size. This protocol also sends broadcast packets like BurstApplLayer.
TestApplLayer
It was designed to send one broadcast packet and after receiving each broadcast packet, it replies an ACK packet.