The Aliot library written in the c++ programming language to facilitate integration with embedded systems
- Get either CLion (JetBrain) or Vscode;
- Install the platformio plugin/extension;
- In src/main.cpp, write your ssid and your password for your WiFi network;
- Build the program with Platformio;
- Upload it to either a Esp32 or a Esp8266;
- Have fun with Aliot-c! 🥳🍾
The workspace contains four important folders by default:
src: the folder where you find the entry point of your application (main.cpp).lib: the folder where you find the Aliot-c library.include: the folder containing all the global header files.test: the folder containing the unit tests for the Aliot-c library.