mirror of
https://github.com/MeshCore-Beacon/beacon-docs.git
synced 2026-09-09 16:05:33 +00:00
15 lines
605 B
Markdown
15 lines
605 B
Markdown
# tower-docs
|
|
|
|
Documentation, architecture decisions, and guides for MeshCore Tower.
|
|
|
|
## Core documents
|
|
|
|
- [**High Level Design**](high_level_design.md) — Single source of truth for the project. Covers system overview, database schema, ingestion pipeline, and future features. All other documents reference back to this.
|
|
- [**API Contract**](api_contract.md) — REST endpoints, WebSocket protocol, search, backpressure/reconnection, and mobile-specific concerns.
|
|
|
|
## Structure
|
|
|
|
- `/adr` — Architecture Decision Records
|
|
- `/guides` — Developer guides and onboarding
|
|
- `/diagrams` — System diagrams
|