opendroneid / opendroneid-core-c

Open Drone ID Core C Library
Apache License 2.0
170 stars 64 forks source link

Add support for French Remote ID #76

Closed twpayne closed 1 year ago

twpayne commented 1 year ago

Fixes #74.

This PR adds initial support for building French Remote ID beacon frames.

The French system encodes a slightly different set of parameters in a different way, so the shared code with Open Drone ID is mainly around the construction of the beacon frame packet. I've re-used the Open Drone ID way of representing missing values.

The implementation has been verified with Wireshark and a French Drone ID dissector.

friissoren commented 1 year ago

Thanks. This is a nice addition.