Talk:Packet Communications

From GNU Radio
Revision as of 02:08, 5 May 2022 by Nerdnick26 (talk | contribs) (Tips for first section on Packet Processing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tips for: Simulating Baseband Packet Processing section (GNU Radio 3.10.1.1)

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?)