golioth-zephyr-sdk
golioth-zephyr-sdk copied to clipboard
Golioth SDK For Zephyr
During office hours @pranavpeshwe suggested we document resource usage. Example metrics worth tracking we discussed: * Memory overhead of minimal app, with Golioth, per Golioth feature * Memory, especially peak...
Currently, only one sample shows how to use CBOR, despite CBOR support from 3 Device Services. This came up today when someone asked about implementing CBOR with LightDB Stream. We...
During office hours, the community suggested it would be helpful to have samples that help new users as they are getting started with the platform but might run into issues...
CBOR is an ideal compact binary encoding format that we recommend where bits and bytes matter, like Cellular. Our Device Services already [support the format](https://docs.golioth.io/reference/protocols/coap/lightdb-stream#interface). The SDK kinda supports it...
For example https://github.com/golioth/zephyr-sdk/blob/ff39bf1c51e8185964c7de8b253ca4d657393ca8/samples/hello/src/main.c#L43 This could be set in an initializer function or a setter of some sort.
https://piolabs.com/blog/news/platformio-oss-july-2021-updates.html
Current implementation of DFU by observing single CoAP /update resource is very simple, but also very restricted in design. This Issue is a collection of nice to have features, which...