mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-06-30 09:01:40 +00:00
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/...