Skip to main content

Code Samples

To spark your imagination and inspire you with what you can achieve with RemotiveBroker, we've prepared a variety of code samples on our 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 our maintained client libraries or work directly with our public gRPC API.

Python

The Python samples can be found in the python directory of our samples repository. All Python samples utilize our 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.

Android VHAL Integration

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