synapse-specs / README.md
Robert Adams
Initial: WIT sensor contract and addressing scheme
636796a unverified
# Synapse Agriculture — Specifications
Public specifications and contracts for the Synapse farm infrastructure platform.
## Contents
- `sensor.wit` — WebAssembly Interface Types definition for the sensor module API. This is the immortal contract between MCU sensor firmware (WASM), field gateways, Houston services, and the browser frontend.
## Addressing Scheme
Synapse uses a numeric addressing scheme: `{realm}.{layer}.{sublayer}.{instance}`
- Realm 0: Meta (protocols, contracts)
- Realm 1: Farm (Build a Farm layers 0-10, field assets)
- Realm 2: Governance (Board personas, decision-making)
- Realm 3: Infrastructure (services, databases, proxies)
Alternate namespace: B (Board), S (Service), F (Field), P (Protocol)
## License
AGPL-3.0-or-later