Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 389 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 389 Bytes

RadioControlProtocolPy

Implementation of ToolboxPlane/RadioControlProtocol in Python 3

How to use

Build the library using CMake

mkdir build
cd build
cmake ..
make

This 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.