# teleoprtc **Repository Path**: mouxan/teleoprtc ## Basic Information - **Project Name**: teleoprtc - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-24 - **Last Updated**: 2026-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # teleoprtc Set of abstractions for webRTC communication, used in [openpilot](https://github.com/commaai/openpilot). # installation install release version via ```python pip install teleoprtc ``` install from source for most up to date features via ```python 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](https://github.com/commaai/teleoprtc/tree/master/examples)!