Documentation Index
Fetch the complete documentation index at: https://motorbridge.seeedstudio.com/llms.txt
Use this file to discover all available pages before exploring further.
Source:
docs/en/index.mdmotorbridge Docs (English)
This documentation set is aligned with the currentmain branch implementation.
Documentation Navigation Graph
Quick Links
- Architecture: architecture.md
- CLI Guide: cli.md
- ABI Guide: abi.md
- Cross-language Examples: examples.md
- Supported Devices: devices.md
- Vendor Extension Guide: extending.md
- Windows Distribution: windows_distribution.md
- Testing Guide: testing.md
- CAN Debugging (Linux
slcan+ Windowspcan): can_debugging.md - Distribution Channels (APT/Homebrew/Winget/Scoop/Choco): distribution_channels.md
- MotorBridge Studio: separate repository
motorbridge-studio(split fromtools/factory_calib_ui_ws) - Integrations:
integrations/README.md - WS Gateway:
integrations/ws_gateway/README.md
What motorbridge Provides
- Vendor-agnostic core runtime (
motor_core) - Vendor protocol plugins (
motor_vendors/*) - Rust CLI (
motor_cli) - Stable C ABI (
motor_abi) for C/C++/Python/others - Python SDK package (
bindings/python) - C++ RAII wrapper package (
bindings/cpp)