Talk:Packet Communications
Revision as of 02:08, 5 May 2022 by Nerdnick26 (talk | contribs) (Tips for first section on Packet Processing)
Tips for: Simulating Baseband Packet Processing section (GNU Radio 3.10.1.1)[edit]
If not already obvious:
- Variable Values: len_key & num_key must be in quotes "" (ex. "packet_len")
- Repack Bits: set Length Tag Key = "packet_len" (for both TX and RX)
- Repack Bits: set Endianness = MSB (for both TX and RX... although I am not sure why LSB does not work?)