-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PCAP recording (GeoNetworking and ITS protocols) #194
Comments
Currently, we don't have a ready-to-go PCAP recording facility yet. If you want to record packets per station, the |
Is there any other way to export the communication between vehicles and RSUs, apart from PCAP recording? I can see the messages during the simulation but I don't know how to access and/or export them in a file. During the simulation I can see that some packets are handled from Vanetza. Should I access those to get access to the messages? |
Artery includes some mechanisms to cooperate with external components, e.g. the |
Ideally, I would like to record all the packets in the network. |
@xrispa-m could you solve this issue? I would like to receive CAM and DENM content. |
Hello, Hello Do you have any recommendations? Thank you in advance. PS: excerpt omnetpp.ini for the highway police example provided in artery *.node[*].numPcapRecorders = 1.* |
I'm trying to capture the communication between the vehicles and the RSU at the example that is provided by Artery. I tried to use the PCAP recorder from INET but the file that is created is always empty. According to the documentation the PCAP recorder only captures IPv4/IPv6 packets and any packets that don't contain IP packets are discarded.
Is there any way to capture the messages from the GeoNetwoking and ITS protocols similar to the attached image?
Since Vanetza is resposible for the transport layer and the GeoNetworking would it be possible to get the send and received packets from Vanetza?
The text was updated successfully, but these errors were encountered: