mirror of
https://github.com/commaai/teleoprtc.git
synced 2026-08-04 03:52:46 +00:00
No description
- Python 96.1%
- Shell 3.9%
| .github/workflows | ||
| examples/face_detection | ||
| scripts | ||
| teleoprtc | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
teleoprtc
Set of abstractions for webRTC communication, used in openpilot.
installation
install release version via
pip install teleoprtc
install from source for most up to date features via
pip install "git+https://github.com/commaai/teleoprtc.git"
usage
This package makes it very easy to open connections to your comma device over webrtc. Check out the examples!