vanetza icon indicating copy to clipboard operation
vanetza copied to clipboard

Encountering errors while implementing a CAM application with multihop functionality.

Open SinghShivendra1 opened this issue 4 months ago • 1 comments

Hi @riebl,

I want to implement a CAM application with multihop functionality similar to DENM applications. Is it possible to utilize multihop facilities like those in DENM applications for CAM applications?

Thanks!

SinghShivendra1 avatar Feb 10 '24 12:02 SinghShivendra1

Sure, just use GeoBroadcast (GBC) instead of Single-Hop-Broadcast (SHB) as transport type in the BTP data request: https://github.com/riebl/vanetza/blob/f0a136acc26c53c70d4d43a0215ff4ebc7eaf9b3/vanetza/btp/data_request.hpp#L19 Of course, you will also need to specify the destination area for the GBC.

riebl avatar Feb 10 '24 14:02 riebl