File size: 765 Bytes
636796a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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