This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| architecture:start [2026/01/21 21:04] – [2. Authority & Data Flow Diagram] bsamuel | architecture:start [2026/02/23 01:11] (current) – [8. References] bsamuel | ||
|---|---|---|---|
| Line 63: | Line 63: | ||
| ===== 4. Federation / Sync Model ===== | ===== 4. Federation / Sync Model ===== | ||
| - | * **Push/ | + | |
| - | * **Conflict Resolution: | + | * **Conflict Resolution: |
| - | | + | |
| - | | + | |
| - | | + | |
| - | * **Offline First: | + | * **Offline First: |
| - | | + | |
| - | | + | |
| --- | --- | ||
| Line 76: | Line 76: | ||
| ===== 5. Human Interface Rules ===== | ===== 5. Human Interface Rules ===== | ||
| - | * All controllers expose interfaces appropriate to their role: | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | * No interface may bypass Field Controller safety rules. | + | * No interface may bypass Field Controller safety rules. |
| --- | --- | ||
| - | ===== 6. Compliance Notes ===== | + | ===== 6. Communication Model & Protocol Independence ===== |
| + | |||
| + | * Controller layers may communicate using one or more standardized protocols (see [[architecture: | ||
| + | * Protocol choice does not define authority | ||
| + | * Communication transport is strictly separated from control authority | ||
| + | |||
| + | * Field Controller authority is defined by architectural rules, not by message origin | ||
| + | * Remote commands received via MQTT, AMQP, or other protocols must always be validated locally | ||
| + | * Loss of connectivity must never affect safety-critical irrigation execution | ||
| + | * Communication failure must default to safe autonomous operation | ||
| + | |||
| + | * AOFS architecture is protocol-agnostic | ||
| + | * Multiple protocols may coexist within a deployment | ||
| + | * Implementations must ensure auditability of all received and transmitted messages | ||
| + | |||
| + | --- | ||
| + | ===== 7. Compliance Notes ===== | ||
| * AOFS-compliant deployments **must implement all three layers** as defined. | * AOFS-compliant deployments **must implement all three layers** as defined. | ||
| Line 94: | Line 110: | ||
| --- | --- | ||
| - | ===== 7. References ===== | + | ===== 8. References ===== |
| * [[architecture: | * [[architecture: | ||
| * [[architecture: | * [[architecture: | ||
| * [[architecture: | * [[architecture: | ||
| - | * [[hydraulics|Hydraulic & Water Systems]] | + | * [[hydraulics:start]] |
| * [[electrical|Electrical & Control Interfaces]] | * [[electrical|Electrical & Control Interfaces]] | ||
| * [[sensors|Measuring, | * [[sensors|Measuring, | ||