Implementation of ToolboxPlane/RadioControlProtocol in Python 3
Build the library using CMake
mkdir build
cd build
cmake ..
makeThis will create a shared library file in the build directory.
You can use it without installing by having the .so file in your working
directory.