id | title | description |
---|---|---|
getting-started |
Getting Started |
C++ Client Library For Communicating With Core Server Public REST API |
-
Fork the package.
-
Clone the newly forked repository.
git clone https://github.com/<githubusername>/cpp-client
-
Next, we move into the cloned directory.
cd cpp-client
-
Build the package using CMake.
mkdir build && cd build cmake -DUNIT_TEST=ON .. cmake --build .
-
Now we can run the tests to see if everything is running as it should.
./test/ark_cpp_client_tests
pio run -e esp32 -d test/ -t upload