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.
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.