Skip to content

Encode/Decode remote id (ASTM F3411, ASD-STAN prEN 4709-002) messages

License

Notifications You must be signed in to change notification settings

dronetag/python-odid

 
 

Repository files navigation

OpenDroneID parser

Library for encoding and decoding Open Drone ID messages, as the format is defined in the ASTM F3411 Remote ID and the ASD-STAN prEN 4709-002 Direct Remote ID specifications.

Installation

pip install firmware-pyodid

Usage

import dtpyodid
import json

message = dtpyodid.parse(data)
print(json.dumps(message))

Development

About

Encode/Decode remote id (ASTM F3411, ASD-STAN prEN 4709-002) messages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%