You are reading a single comment by @moocher and its replies.
Click here to read the full conversation.
-
The complexity of computers and computer programming
Tell me about it.
This is not the most simple way to identify a device and an application. But hey, why have one plain text key when you can have three in hexadecimal?
/* OTAA para*/ uint8_t devEui[] = { 0x22, 0x32, 0x33, 0x00, 0x00, 0x88, 0x88, 0x02 }; uint8_t appEui[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; uint8_t appKey[] = { 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x66, 0x01 };
-
----------------------> IT workers, what's spoiling your day? thread
The complexity of computers and computer programming