-
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
Sending CPM messages from Artery on a real physical interfaces #340
Comments
Dear Ines, yes, you can add a physical interface to Artery. The exact procedures depend on your particular use case and setup. Best regards |
Dear Raphael, Thank you very much for the quick answer. This is great if emulation components exist in Artery. I had a quick look on the testbed module and example. May I ask you what is the difference between OTAInterface with/without SEA-API and with/without USRP please ? Your help is very much appreciated. Regards, |
Dear Ines, the SEA API integrates a USRP device as testbed adapter for communication with a physical V2X device. You can just implement a custom OTA interface which uses raw sockets for example. The testbed is not limited to SEA/USRP devices. Best regards |
Dear Raphael, all, Thanks for the details and explanation. I am getting back to this issue. I wanted to run the testbed scenario at least to see how I can further change or extend it if necessary to send ITS messages from simulation to a real ethernet interface. I change the omnetpp.ini as the following : Best regards, |
Dear @riebl, all,
First of all, thank you for the great work of releasing the Artery source code to the research community. It is very helpful. Second, here is my question:
We develop CPM on Artery following the latest etsi standard. The CPM are filled with sensor data from the envmod component and the vehicleprovider for the ego kinematic attributes. We aim to send CPM on real ethernet interfaces but would like at the same time to use the envmod to get simulated sensor data (and the vehicleprovider module). I know that in Vanetza, we can use the socktap app to add the CPM and send them on a physical interface (the same way we use the CAM), but the problem is that in this case we could not use the artery envmod and so on. Is there a way to do it please ? and is it possible to use for instance raw socket in artery to send the CPM directly on a physical ethernet interface without using the socktap ?
Thank you in advance for your answer.
Regards
Ines
The text was updated successfully, but these errors were encountered: