seems like you are the master of the alternative protocols we can use on the Particle platform.
I found out that you have an Arduino library that implements CoAP here.
I see there is a link to a Particle library, but I read that community members were not able to compile or use it.
What is the status of that library, in your opinion?
I wonder if in some cases this library can be a good option to the MQTT library, that you also know very well
Thanks for letting me know.
I didn’t maintain the CoAP library because I didn’t think anyone was using it, and Particle API is based CoAP protocol so I think CoAP specified lib is no-needed
But I got to know that some developer try/want to use it, Okay I will maintain(compile/test) CoAP library for latest firmware.
We were interested in using COAP direct to our own web service for IOT transactions to reduce turnaround time (our use case has a , leaving the Particle channel for device management (firmware upgrades and heart beats).
I envisage a problem though - code size - we have not got much left…