IEEE 802.15.4 Decoder Definition variable_ieee802_15_4_variant_decoder import satnogs self.$(id) = $(id) = satnogs.ieee802_15_4_variant_decoder_make($preamble, $preamble_thrsh, $sync_word, $sync_thrsh, $crc, $whitening, $var_len, $frame_len) satnogs.ieee802_15_4_variant_decoder_make($preamble, $preamble_thrsh, $sync_word, $sync_thrsh, $crc, $whitening, $var_len, $frame_len) Ignore Me value 'ok' raw all Variable Length var_len enum Frame Preamble preamble [0x55, 0x55, 0x55, 0x55, 0x55] raw Preamble Threshold preamble_thrsh 5 int Synchronization Word sync_word [0x31, 0xe5] raw Synchronization Word Threshold sync_thrsh 3 int Maximum Frame Length frame_len 254 int CRC crc None raw Whitening whitening None raw