mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-05 18:29:32 +00:00
Add Reticulum runtime budget, announce scheduling, deferred discovery, RX telemetry, and adapter scratch owners. Route notification feedback through a platform notification runtime, keep product calls on Sideband LXST, and classify Reticulum network projections. Unify LoRa TX budget handling across protocol actions, ACK retry, app sends, and MQTT downlink relay; document frozen runtime ownership rules and add smoke coverage.
modules/core_chat
Shared chat/domain/protocol core for all targets.
Layout
modules/core_chat/
include/chat/
src/
domain/
usecase/
infra/
third_party/
nanopb/
generated/
meshtastic/
Notes
include/chat/...is the stable public include surfacesrc/domain,src/usecase, andsrc/infrahold the shared implementationgenerated/meshtasticholds generated Meshtastic protobuf sourcesthird_party/nanopbholds vendored nanopb runtime sources- platform-bound chat shells live in
platform/esp/arduino_common/src/chat/...