Skip to content
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

Encountering errors while implementing a CAM application with multihop functionality. #220

Open
SinghShivendra1 opened this issue Feb 10, 2024 · 1 comment

Comments

@SinghShivendra1
Copy link

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!

@riebl
Copy link
Owner

riebl commented Feb 10, 2024

Sure, just use GeoBroadcast (GBC) instead of Single-Hop-Broadcast (SHB) as transport type in the BTP data request:

geonet::TransportType transport_type;

Of course, you will also need to specify the destination area for the GBC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants