Quickstart
Build a working, realtime ODevice UI from Python in about 15 minutes.
Choose your path
| Goal | Start here |
|---|---|
| Build a first app from scratch | Python quickstart |
| Bridge an existing MQTT source | MQTT bridge |
| Poll and control a REST backend | REST bridge |
Before you begin
- Python 3.10 or newer
- A local clone of this repository, or the published
odevicepackage when available - A browser for the generated Web UI
The core loop
text
Python model → ODevice runtime → WebSocket updates → Web / Mobile UI
UI command → Python callback → your backendWhen you are ready, begin with the Python quickstart.