Oden Docs
Oden is the Voysys software stack for low-latency remote operation of vehicles and machines.
Oden has multiple components: the vehicle-side Oden Streamer, the operator-side OdenVR (Player), and the cloud fleet management system Bifrost.
Get a brief introduction to Oden
Install Oden and follow the quickstart to get started.
Explore how to setup cameras, configure video and audio streaming.
Learn how to control a vehicle using the available APIs.
Network link configuration.
Native plugins, C/C++/Rust SDK docs, and plugin messaging.
Fleet supervision, multiple vehicles, monitoring, diagnostics, and troubleshooting.
Field-by-field reference for entities, settings, and subsystems.
Installers and release notes.
Using these docs with LLM agents
To make this site easier to feed to ChatGPT, Claude, Cursor, or any other LLM agent, every page is published in machine-readable form alongside the HTML:
-
llms.txt— a structured table of contents with direct links to every page in Markdown. -
llms-full.txt— the entire documentation concatenated into a single Markdown document, ready for one-shot ingestion. -
Any individual page is also available as Markdown: replace
.htmlwith.mdin the URL (for example,/start/quickstart.md).
Point your agent at llms.txt first so it can fetch only the pages it needs, or hand it llms-full.txt when you want the whole context in one go.