-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Description
When I receive ADS-B message from dump1090 I am converting it to binary form with binascii.unhexlify. This is much more efficient to store than saving string version of messages.
To decode the messages, I am reading them from a database in binary form, convert to string using binascii.hexlify and then use pyModeS. But, internally, pyModeS converts a message to binary form again (this or other way).
It would be great if pyModeS API allowed to pass binary version of a message.
Taking a quick look at the API, it seems that single dispatch with separate type registration for str and bytes could do the trick?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels