Skip to main content

Code samples

To spark your imagination and inspire you with what you can achieve with RemotiveBroker, there is a variety of code samples on RemotiveLabs GitHub samples repository. These samples demonstrate how to interact with the API for different use cases.

As a developer, you have the option to use RemotiveLabs RemotiveBrokerApp or work directly with the APIs.

Python

The Python samples can be found in the python directory of the samples repository. All Python samples utilize RemotiveLabs Python library, which is available in the Python Package manager PyPi.

You can install the Python library with pip in your terminal:

After the installation is complete, you can execute any of the samples in the Python directory. Each sample is accompanied by a README file that explains how to run it with the necessary arguments.

tip

To run these samples, you need a running RemotiveBroker. You can either host your RemotiveBroker locally or deploy it in RemotiveCloud (free sign-up required).

Android VHAL Integration

For more detailed information about Android VHAL integration, please visit here.