golioth-zephyr-sdk
golioth-zephyr-sdk copied to clipboard
Golioth SDK For Zephyr
[As reported by a user](https://forum.golioth.io/t/lots-of-client-timeouts/581): Client timeouts when there is no network traffic apart from sending a ping to the Server. Having the value of `GOLIOTH_SYSTEM_CLIENT_PING_INTERVAL_SEC` smaller than the `GOLIOTH_SYSTEM_CLIENT_RX_TIMEOUT_SEC`...
Use a Golioth created docker image for build test instead of Zephyr project image. The Golioth image only contains the tools that we need to build our supported boards, so...
lightdb.h, rpc.h, settings.h and stream.h use this enum, so by defining it first we make sure it is available
Introduce `golioth-sample` snippet, which applies configuration and devicetree overlays automatically for each sample project. Supersedes: https://github.com/golioth/golioth-zephyr-sdk/pull/360
The Golioth Zephyr SDK should have an automated OTA test that builds an image, uploads the artifact, deploys a release, and verifies the device performance during the update process. This...
I'm trying to use golioth with dfu and after some warning caused by golioth I fixed it. But now on building phase I get this error that I don't know...
### Zephyr Commit hash b05b8ad63acf30e08a570ce553831a06db27a2e0 ### Golioth SDK Commit Hash 11d19a7cc599f2ebc0cdd8b8613bbcb0e482aa72 ### Hardware Target nRF91 ### What host OS are you using? PRETTY_NAME="Ubuntu 22.04.2 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.2 LTS (Jammy...
Reopened #277 TODO: - [ ] figure out a better name for lightdb_helpers; would be best to have that functionality out-of-the-box, but unfortunately this depends on QCBOR (which I am...
Introduce a sample that exposes low-level SDK APIs as shell commands. This works below (i.e. does not use) "golioth_system_client" module, so that there is full control over DTLS configuration (configuring...
@keenanjohnson asked in Discord for an example showing how to setup/deploy a device in the field via the web browser. Some of that discussion (Keenan - please add any more...