You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
More progress made on this. We now have functions to encode a horus v2 packet, and to convert bytes into 4FSK symbols, and one-bit-per-byte representation for modulating using fsk_mod.
Currently using the checksum calculations from horusdemodlib.checksums, which uses crcmod. This way i dont need to change anything when I switch out crcmod for crc.
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.
The text was updated successfully, but these errors were encountered: