https://github.com/btframework/droneremoteid
The samples show how to use the Bluetooth and WiFi Frameworks to receive and decode Drone Remote ID
https://github.com/btframework/droneremoteid
asd bluetooth cbuilder cpp csharp delphi dri drone droneremoteid faa net netframework remoteid wifi
Last synced: about 1 month ago
JSON representation
The samples show how to use the Bluetooth and WiFi Frameworks to receive and decode Drone Remote ID
- Host: GitHub
- URL: https://github.com/btframework/droneremoteid
- Owner: btframework
- Created: 2024-05-09T19:26:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T13:41:26.000Z (about 1 month ago)
- Last Synced: 2025-04-25T14:45:54.884Z (about 1 month ago)
- Topics: asd, bluetooth, cbuilder, cpp, csharp, delphi, dri, drone, droneremoteid, faa, net, netframework, remoteid, wifi
- Language: C++
- Homepage: https://www.btframework.com/droneremoteid.htm
- Size: 15.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drone Remote ID demo applications
## What is DRI
Remote ID is a system that allows drones to transmit identification and location information. This information can be received by other airspace participants, including authorities, pilots, and the general public.
DRI systems use WiFi or Bluetooth to broadcast Remote ID data to close surroundings. This sample shows how to use the [Bluetooth](https://www.btframework.com/bluetoothframework.htm) and [WiFi](https://www.btframework.com/wififramework.htm) Frameworks to receive DRI. You can find more about Drone Remote ID on [our site](https://www.btframework.com/droneremoteid.htm).
Please do not hesitate to contact us at [email protected] if you have any questions.
## How to build
* Delphi samples is designed for Delphi/CBuilder (RAD Studio) 10
* C++ samples is designed for Visual Studio 2015
* .NET samples is designed for .NET Framework 4.0 and above and created in Visual Studio 2015Required:
* Bluetooth Framework **7.19.0.0** or above. You can download Bluetooth Framework [here](https://www.btframework.com/bluetoothframework.htm)
* WiFi Framework **7.12.0.0** or above. You can download WiFi Framework [here](https://www.btframework.com/wififramework.htm)