Motorcortex C++ is a communication library to develop C++ client applications for the Motorcortex Core. Motorcortex ++ provides an implementation of the low-level API defined in motorcortex.proto.
Request/Reply communication is used to send commands to a motorcortex server.
In addition there is an implementation of higher-level API to control a robotic arm. This API allows for switching between control modes, creating and executing motion programs.
*mbed TLS*[https://tls.mbed.org/](https://tls.mbed.org/)(optional, only required for encrypted communication)
## Members
[Download](https://tls.mbed.org/download) the latest stable version (last tested version = 2.16.4), or clone from the [mbedtls git repository](https://github.com/ARMmbed/mbedtls)
**When cloning from the [mbedtls git repository](https://github.com/ARMmbed/mbedtls) make sure to switch to the master branch after cloning (the default branch is development)**mkdir build
These steps here are the minimum steps to get a default Debug build. Using CMake you can do many other things, including setting additional variables, setting up for static builds, or generation project or solution files for different development environments. Please check the CMake website for all the various options that CMake supports.