Marcin Niestroj

Results 30 issues of Marcin Niestroj

I've tried to bump luaposix version in Buildroot and run into issues. Below is the command issued to build together with it's output. I guess there is a missing environment...

Implement commandline option similar to git, which allows to select when colors should be printed. Based on that pass strip= keyword argument to colorama.init(). This is just a scratch of...

### Your environment. - Version: *v2.1.5* with small adjustments to "example listener" ### What did you do? Run example PSK listener from https://github.com/mniestroj/pion-dtls/tree/handshake-not-finishing, which contains some adjustments for mbedTLS client...

### Your environment. - Version: *v2.1.5* - Other Information - *stacktraces, related issues, suggestions how to fix, links for us to have context* ### What did you do? 1. Run...

First of all, drop `client->end_session` member. This reduces amount of data stored in a shared instance. Keep the information about being 'in session' indirectly, by being IN or OUT of...

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

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