18 Commits
Author SHA1 Message Date
scottpandClaude Fable 5 037af33154 v0.7.0: pure C core + Zephyr module
- Extract all decode/decrypt into a dependency-free C99 core
  (include/victronble.h, src/victronble_core.c): victronble_decode(),
  is_product_adv/key_matches pre-filters, NAN sentinels, LE accessors.
- AES-128-CTR behind a hook: weak-symbol bundled tiny-AES default,
  runtime override (victronble_set_aes_ctr) for PSA/mbedTLS/hardware.
- Arduino VictronBLE class becomes a thin wrapper over the core
  (registry + nonce dedup + rate limit); public C++ API unchanged,
  NAN converted back to the legacy 0 convention.
- Host test vectors (tests/vectors): openssl-generated ciphertext,
  independent of the bundled AES; all five payload shapes + negatives.
- Zephyr module: zephyr/module.yml + Kconfig (CONFIG_VICTRONBLE) +
  observer backend (victronble_zephyr.{h,c}) — scan cb pre-filters and
  queues, dedicated decode thread, listener callbacks, slow passive
  scan defaults, stats counters. docs/ZEPHYR_PORT.md records the plan.
- library.properties: fix URL (gitea, not the nonexistent GitHub).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-21 11:59:19 +10:00
scottp cc8c4d36d5 check version before release 2026-06-08 17:14:39 +10:00
scottp 97e57b0306 Fix chips supported 2026-06-07 19:27:12 +10:00
scottp de6607d870 Branch version ready for testing with nRF52 2026-06-04 23:47:55 +10:00
scottp 7706f88399 Bug fixes for reported issues 2026-06-04 21:21:18 +10:00
scottp 39a89c816c Versions v0.4 ready for release 2026-02-28 14:38:30 +11:00
scottp 8a2402cb63 Repeater and Test code for ESP Now 2026-02-15 19:10:19 +11:00
scottp a843eb924b Keep v0.3.1 2026-02-12 18:10:35 +11:00
scottp 5a210fb88f Experimenting with a claude file and created new logging example 2026-02-12 18:04:02 +11:00
scottp af39db8732 Fix name 2025-12-29 20:31:07 +11:00
scottp 26b0196791 Decoding working for MPPT 2025-12-29 20:22:41 +11:00
scottp 364462a4ed Fix version for examples 2025-12-18 18:23:31 +11:00
scottp bc766f7cfc Fix library 2025-12-18 18:22:33 +11:00
scottp fcd84b92eb Unsure name 2025-12-18 18:17:49 +11:00
scottp 16e81071c8 Fix name 2025-12-18 18:10:05 +11:00
scottp c8fff522b1 Fix version 2025-12-18 18:08:08 +11:00
scottp d8128dae2e Initial version only 2025-12-18 17:53:39 +11:00
scottp d5f3d3ecbe Initial readme up 2025-12-18 17:39:13 +11:00