Skip to content

Quickstart

Build a working, realtime ODevice UI from Python in about 15 minutes.

Choose your path

GoalStart here
Build a first app from scratchPython quickstart
Bridge an existing MQTT sourceMQTT bridge
Poll and control a REST backendREST bridge

Before you begin

  • Python 3.10 or newer
  • A local clone of this repository, or the published odevice package 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 backend

When you are ready, begin with the Python quickstart.

Built for self-hosted IoT runtimes.