All rightly, trying out this server. 👋
@jberi Nice, someone providing cloud solutions that support #CoAP and #SUIT – we've been looking for something like that at @RIOT_OS.
Is Golioth something that'd also be reasonably usable by a device with an existing CoAP stack (not pulling extra SDK)? Any plans for #OSCORE support?

@chrysn @RIOT_OS we have two flavors - one natively built on Zephyr and a portable SDK. See the porting guide - https://github.com/golioth/golioth-firmware-sdk/blob/main/docs/Porting_Guide.md. libcoap is the main requirement but folks have written their own implementations (ex. MicroPython.)

OSCORE is not on the immediate roadmap but something we'd consider. Hard to find a good Go implementation (even DTLS was a challenge!) We just launched Cert support: https://blog.golioth.io/introducing-golioth-certificate-based-authentication/

Would love to know what you think!

golioth-firmware-sdk/Porting_Guide.md at main · golioth/golioth-firmware-sdk

Golioth Firmware SDK. Contribute to golioth/golioth-firmware-sdk development by creating an account on GitHub.

GitHub
@jberi @RIOT_OS I'd hope not to need much of an SDK (even though it's good that one exists) -- if the API is well designed and reuses established components like SUIT, a system with the standard components in place should just be able to use the cloud service. (Think like using good HTTP APIs works through curl, or how one'd pass a URL to PUT temperature readings to to a sensor tool). I'll definitely pass this on to our "cloud folks"!
coap | Golioth

coap