How-to Guides¶
How-to guides provide step-by-step instructions for specific tasks. They assume a working Python environment with Py ToloMEO installed. For first-time setup, start with the Build Your First Service tutorial.
Configuration¶
| Guide | Covers |
|---|---|
| Configure the NATS connection | server URL, credentials, environment variables |
Plugins¶
| Guide | Covers |
|---|---|
| Implement a sensor plugin | subclass SensorPlugin, define metrics, push data |
| Implement a custom plugin | subclass PluginBase, define commands and hooks |
OTA Updates¶
| Guide | Covers |
|---|---|
| Trigger OTA updates via NATS | NATS command recipes for the full update lifecycle |
| Trigger OTA updates via HTTP | HTTP/curl command recipes |