Hi!
I am now running a project a little bit modified of the temp_sensor example. I know it responds to a CoAP request reporting the temperature value of a sensor, and I'd like to make it working as a client so it can report the temperature value by itself from time to time without needing to receive a GET.
Is there any advice on how to implement it? Is it okay to do this on this example or it would be better to start a new project using the cli_mtd or empty_mtd examples?
Thank you!