projecthorus / horusdemodlib

High Altitude Balloon Telemetry Library
GNU Lesser General Public License v2.1
55 stars 26 forks source link

Wrapper for the horus binary encoder functions #183

Open darksidelemm opened 1 year ago

darksidelemm commented 1 year ago

Would be useful to have a python library which allows generation of horus binary packets, output either as audio, IQ, or perhaps something that can be fed into rpitx.

It looks like the horus_l2_encode_tx_packet function is available within libhorus, so we can probably call that from python using ctypes.

darksidelemm commented 1 year ago

Starting to make a stab at this.