Post #1594306
2026-04-13 19:16 UTC
@dec_hl Oh wow, this is also what I've been looking for. My gripes with the mainline #MeshCore implementation is that its code looked kinda cobbled together, doing the things that would make more sense in an RTOS.
Replies (1)
-
@litchralee@noc.social 2026-04-14 03:03
@dec_hl Welp, I guess I spoke too soon. ZephCore inherits the cobbled-together protocol implementation from the mainline #MeshCore repo, while also indicating that Claude was used to port it from Arduino to Zephyr. While I could try to stomach this use of AI, the fact remains that just changing out the driver layer to use an RTOS does not reduce complexity or make anything cleaner, more modular, or easier to hack on. Quite the opposite, I would argue.