Closed Ambica2022 closed 8 months ago
You will most likely need a special event scheduler for this purpose to synchronize time between simulation and your external device. Have a look at the testbed scenario and its use of artery::TestbedScheduler
. This should give you a good idea how to insert events in the simulation on behalf of your external device.
Thank you.
Regards, Ambica
Hi,
Can this be achieved with Transfusion service by changing remote_port and remote_ip parameters?The MQTT broker(remote_ip) running on v2x device can be reached via TCP on remote_port.
Thanks, Ambica
Hi,
I would like to connect artery simulation scenario with the external v2x device, device's state of v2x stack is controlled with MQTT messages. Could you please help me with the initial steps to be done?
Regards, Ambica