Python SDK Installation¶
Install the ARVOS Python SDK and all dependencies.
Prerequisites¶
- Python 3.8 or higher
- pip (Python package manager)
Basic Installation¶
From PyPI (Recommended)¶
From Source¶
Protocol-Specific Dependencies¶
Core (WebSocket)¶
Included with base installation:
- websockets>=11.0
- qrcode[pil]>=7.4
- numpy>=1.20.0
gRPC¶
MQTT¶
pip install paho-mqtt
# Also install Mosquitto broker
brew install mosquitto # macOS
sudo apt-get install mosquitto # Linux
Bluetooth LE¶
MCAP Stream¶
QUIC/HTTP3¶
Optional Dependencies¶
Visualization¶
Image Processing¶
ROS 2 Integration¶
Development¶
Verify Installation¶
Should output: 1.0.0
Next Steps¶
- Quick Start - Create your first server
- Overview - SDK architecture