Client

Development

  1. Fork the package .
  2. Clone the newly forked repository.
1git clone https://github.com/<githubusername>/cpp-client
  1. Next, we move into the cloned directory.
1cd cpp-client
  1. Build the package using CMake.
1mkdir build && cd build
2cmake -DUNIT_TEST=ON ..
3cmake --build .
  1. Now we can run the tests to see if everything is running as it should.
1./test/ark_cpp_client_tests

ESP32 (PlatformIO)

1pio run -e esp32 -d test/ -t upload
Last updated 2 years ago
Edit Page
Share: