dronetag / drone-scanner

Multi-platform mobile application for receiving Remote ID information broadcasted by nearby UAVs, compatible with ASTM F3411, ASD-STAN prEN 4709-002 standards
149 stars 29 forks source link

Feature: use updated flutter-odid lib #58

Closed matejglejtek closed 1 year ago

matejglejtek commented 1 year ago

Use the updated flutter-opendroneid that uses dart-opendroneid to parse ODID Messages.

Edit widgets presenting the data from flutter-opendroneid and exports. Using the dart-opendroneid to parse messages also solves recent issues, like the #57.

There are few steps that need to be completed before it will be fully ready:

Same situation is with MobileApp PR 241.

Until then you will need to use local copies of the libraries.

matejglejtek commented 1 year ago

Depends on https://github.com/dronetag/flutter-opendroneid/pull/22 and https://github.com/dronetag/dart-opendroneid/pull/2. Please merge those and bump flutter-opendroneid before merging this PR.

matejglejtek commented 1 year ago

I found and error in parsing UASID, needs to be resolved before merging this: https://github.com/dronetag/flutter-opendroneid/pull/24.