Structs§
Functions§
- bits_
to_ bytes - Packs MSB-first bits into bytes (truncates incomplete trailing byte).
- build_
packet_ bytes - Builds one packet (header + payload + CRC).
- bytes_
to_ bits - Expands bytes into MSB-first bits.
- fec_
decode_ bits - fec_
encode_ bits - fec_
encoded_ bits_ len - inspect_
packet_ bytes - modulation_
from_ id - Converts header modulation ID to enum.
- parse_
packet_ bytes - Parses and validates one packet from a byte stream prefix.
- split_
payload - Splits payload bytes into fixed-size chunks.