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¶
- Configure the NATS connection — server URL, credentials, environment variables
Plugins¶
- Implement a sensor plugin — subclass
SensorPlugin, define metrics, push data - Implement a custom plugin — subclass
PluginBase, define commands and hooks
OTA Updates¶
- Trigger OTA updates via NATS — NATS command recipes for the full update lifecycle
- Trigger OTA updates via HTTP — HTTP/curl command recipes