Skip to content

dronetag/python-odid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

No contributors

Languages

  • Python 100.0%