kgoba / ft8_lib

FT8 library
MIT License
211 stars 69 forks source link

Support for packing telemetry frames #26

Closed rafal-rozestwinski closed 1 year ago

rafal-rozestwinski commented 1 year ago

The following works for me. I'll add some tests later on. Also, I've tested decoding generated telemetry packets this way via WSJTX. Full 18 hex characters to trigger packing as telemetry - but it's an example anyway.

kholia commented 1 year ago

@rafal-rozestwinski Hi! It seems https://github.com/kgoba/ft8_lib/tree/update_to_0_2 (newer) branch already has support for telemetry messages.

rafal-rozestwinski commented 1 year ago

Created new PR with correct base branch: https://github.com/kgoba/ft8_lib/pull/31