RTC example

This project is an example of how to use a RTC written in C++ from python.

Requirements

  • gcc 11 or later
  • python 3.10 or later
  • just (optional), utility to run the commands in the justfile

Build

pip install .

Test

python example.py

Documentation

For now, just look at example.py and src/rtc.cpp.