Parminder Singh

Results 24 issues of Parminder Singh

I currently have 3 audio notifications activated "Subscriber Notification", "New Followers" and "Chat Message" which work perfectly, I was wondering how I can activate the audio notification when I receive...

It is now possible to enable COAP logs via the cmake file, without having to edit the `coap/er-coap-13/er-coap-13.c` file. Also usually the `printf(...)` function is not available with embedded platforms,...

Small change to the `lwm2m_remove_object(...)` function so that it returns the pointer to the removed object.

According to the SenML JSON specification defined at [RFC8428§4.3- SenML Labels](https://www.rfc-editor.org/rfc/rfc8428#section-4.3) the Base64 URL safe alphabet must be used (without padding) for Data Value `vd`: > (*) Data Value is...

I noticed a big memory leak caused by the CoAP data that Wakaama receives during the bootstrap phase which are not deallocated. Specifically, on line 203 a struct `lwm2m_block_data_t` and...

I was thinking that was a Leshan bootstrap demo server bug, but it seems to be a problem with the Wakaama library. https://github.com/eclipse/leshan/issues/1444 https://github.com/OpenMobileAlliance/OMA_LwM2M_for_Developers/issues/553 According to the [RFC8428§4.3- SenML Labels](https://www.rfc-editor.org/rfc/rfc8428#section-4.3)...

Is there any chance that support for Virgin Media HUB 5 will be added? In particular I am interested in setting the CPU governor in performance mode. Does anyone know...

help wanted

I searched the documentation and examples, but I couldn't find anything that tells me how I can test for memory leaks with Ceedling. I know that in several posts @mvandervoord...

Is there any chance that support for Virgin Media HUB 5 will be added? In particular I am interested in setting the CPU governor in performance mode. Does anyone know...

```c void read(size_t buff_size, char (*buffer)[buff_size]); ``` The auto-generated code for the mocking of this type of functions does not work. ![image](https://github.com/ThrowTheSwitch/Ceedling/assets/61920513/9ae3ed7e-3ac4-4a95-a269-eada4e8716db)