6 Commits

Author SHA1 Message Date
Scott Penrose 0beaa7039c initial release ready 2026-06-08 16:44:33 +10:00
Scott Penrose a77023a6b5 cleanup to do multiple test builds 2026-06-08 16:08:09 +10:00
Scott Penrose 1c3d7b094d working end to end transmit, receive and code example using companion mode 2026-06-08 15:27:37 +10:00
Scott Penrose c12d0ac70a Further imrpovements to protocol suport 2026-06-08 14:34:40 +10:00
Scott Penrose 824b9e392b local example 2026-06-08 02:42:43 +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