/atlas-openprotocol-cpp

A C++ implementation of Atlas Open Protocol

Primary LanguageC++MIT LicenseMIT

Readme

A C++ implementation of the Atlas Open Protocol for Tightening Controllers

please refer to this introduction on codeproject.com for an introduction.

This is a C++ implementation using Boost.Spirit X3.

Test cases are converted from abovementioned C# projects.

Prerequisite

  • CMake
  • VCPkg
  • Boost
  • msvc 2017+, gcc 9, clang 6.0

Getting Started

navigate to the root of project.

  • Linux
./linux.sh
  • Windows
./windows.bat
  • docker on Linux
./docker.sh