Commit Graph

6 Commits

Author SHA1 Message Date
Scott Penrose 1444edba0c Bump to version 3 to get rssi et al 2026-06-10 11:29:28 +10:00
Scott Penrose 493826bef5 fully drain sync messages 2026-06-10 11:26:13 +10:00
Scott Penrose c12d0ac70a Further imrpovements to protocol suport 2026-06-08 14:34:40 +10:00
Scott Penrose c2c2646e3d more complete radio support 2026-06-08 13:37:27 +10:00
Scott Penrose 372c177479 New info example, overall testing helpers. Improved readme 2026-06-08 13:20:25 +10:00
Scott Penrose cdfceba34d Restructure into dual-purpose meshcore_c library
Remove stale byte-identical root duplicates and promote the canonical
library to the repo root: one source of truth (src/meshcore_companion.{c,h})
serving both a portable C library and a publishable C++ Arduino/PlatformIO
library.

- Portable C99 core + C++ Arduino wrapper in src/
- Arduino sketch in examples/, new Linux tty example in examples-linux/
- CMakeLists.txt for the Linux/native host build (core + example + test)
- Host codec unit test in test/
- README rewritten around the two purposes

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 02:06:32 +10:00