rtl433
UNKNOWN
RTL-433 utility
|
Functions | |
int | rubicson_crc_check (bitrow_t *bb) |
static int | nexus_callback (r_device *decoder, bitbuffer_t *bitbuffer) |
Variables | |
static char * | output_fields [] |
r_device | nexus |
|
static |
The nexus protocol will trigger on rubicson data, so calculate the rubicson crc and make sure it doesn't match. By guesstimate it should generate a correct crc 1/255% of the times. So less then 0.5% which should be acceptable.
References bitbuffer::bb, bitbuffer_find_repeated_row(), bitbuffer_print(), bitbuffer::bits_per_row, DATA_DOUBLE, DATA_FORMAT, DATA_INT, data_make(), DATA_STRING, decoder_output_data(), rubicson_crc_check(), and r_device::verbose.
int rubicson_crc_check | ( | bitrow_t * | bb | ) |
Referenced by nexus_callback().
r_device nexus |
|
static |