boria8
boria8
Currently wakaama is parsing Resource data type OPAQUE as is (lwm2m_data_encode_opaque) while according to the TS If the Resource data type is opaque the string value holds the Base64 encoded...
According to latest OMA-TS-LightweightM2M-V1_0-20170208, when using PSK mode it is recommended to provision a 16 byte (128 bit) key or longer up to 64 bytes. Currently tinydtls library limits PSK...
it crashes when more than 1 message of the same priority present in the messageQ. solution: To verify temp_q pointer is not null before Swap the messages: if(temp_q) { /*...