golioth-zephyr-sdk icon indicating copy to clipboard operation
golioth-zephyr-sdk copied to clipboard

Golioth SDK For Zephyr

Results 17 golioth-zephyr-sdk issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

docs
samples

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...

enhancement

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...

enhancement