Skip to content

Tags: appsome/lekki

Tags

v0.1.4

Toggle v0.1.4's commit message

Verified

This tag was signed with the committer’s verified signature.
suda Wojtek Siudzinski
lekki v0.1.4 — client Block1 Register/Update (Step L14)

Oversized object lists ride RFC 7959 request blocks; small payloads
keep the v0.1.3 wire shape byte for byte. CI-green on host, deny,
xtensa espidf, and the Leshan docker e2e including a 420-instance
registration through real Californium reassembly.

v0.1.3

Toggle v0.1.3's commit message

Verified

This tag was signed with the committer’s verified signature.
suda Wojtek Siudzinski
lekki v0.1.3 — Observe/Notify + pmin/pmax (feature 'observe', default…

… off)

CI-green on host (fmt/clippy/test, all features), cargo-deny, xtensa
espidf check (lwm2m11+observe), and the Leshan docker e2e including the
four-beat observe proof (establish / notify-on-change / active cancel /
passive cancel -> RST -> evict).

v0.1.2

Toggle v0.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
suda Wojtek Siudzinski
v0.1.2: SenML-CBOR/JSON plain-read responses (lwm2m11)

v0.1.1

Toggle v0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
suda Wojtek Siudzinski
lekki v0.1.1 — esp-idf-sys 0.37.2 alignment

Patch over v0.1.0: lekki-mbedtls's device backend bumped esp-idf-sys
0.36 -> 0.37.2 so it shares the firmware's esp-idf-sys generation
(evorada-dongle pins sys 0.37.2 via esp-idf-svc 0.52.1). Binding
surface unchanged; device build (xtensa-esp32s3-espidf) verified green
in CI. No API or behavior change.

v0.1.0

Toggle v0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
suda Wojtek Siudzinski
lekki v0.1.0 — LwM2M 1.0/1.1 client (Phase A+B+hardening)

First taggable release. Plan steps L0–L12 complete:
- Registration, DM dispatch (Read/Write/Execute/Create/Delete/Discover),
  streaming Block1, client Block2 /5 pull, TLV + text/opaque codecs.
- DTLS 1.2 PSK over mbedTLS (CID → resume → full-handshake ladder),
  no hand-written C.
- LwM2M 1.1: SenML CBOR/JSON + Read-Composite (feature lwm2m11).
- Hardening: 6 cargo-fuzz lanes, malformed-datagram robustness replay,
  docs/conformance.md; core is #![forbid(unsafe_code)].

Verified against Eclipse Leshan (live e2e). Coiote second-server
interop (T-07) still pending.