| Domain Rule | Design Constraint | Rust Implication |
| Unreliable network | Offline-first | Local buffering | | Power constraints | Efficient code | Sleep modes, minimal alloc | | Resource limits | Small footprint | nostd where needed | | Security | Encrypted comms | TLS, signed firmware | | Reliability | Self-recovery | Watchdog, error handling | | OTA updates | Safe upgrades | Rollback capability |
| Linux gateway | tokio + std | rumqttc, reqwest | | MCU device | embassy + nostd | embedded-hal | | Hybrid | Split workloads | Both |
Da utilizzare durante la creazione di app IoT. Parole chiave: IoT, Internet delle cose, sensore, MQTT, dispositivo, edge computing, telemetria, attuatore, casa intelligente, gateway, protocollo, 物联网, 传感器, 边缘计算, 智能家居 Fonte: zhanghandong/rust-skills.