Sample data collector app for rcpp framework.
Go to file
2021-05-01 20:11:19 +02:00
app Added mqtt local session handler to the application class. Also updated the engine to get local session functionality. 2021-05-01 20:11:19 +02:00
content/www Remove the content folder from gitignore. 2021-05-01 18:08:55 +02:00
.clang-format Initial commit. 2021-05-01 14:08:48 +02:00
.gitignore Remove the content folder from gitignore. 2021-05-01 18:08:55 +02:00
build.config.example Initial commit. 2021-05-01 14:08:48 +02:00
HEADS Added mqtt local session handler to the application class. Also updated the engine to get local session functionality. 2021-05-01 20:11:19 +02:00
LICENSE Initial commit. 2021-05-01 14:08:48 +02:00
main.cpp Added mqtt local session handler to the application class. Also updated the engine to get local session functionality. 2021-05-01 20:11:19 +02:00
Readme.md Initial commit. 2021-05-01 14:08:48 +02:00
SConstruct Initial commit. 2021-05-01 14:08:48 +02:00

rcpp_cms_project

Sample project for rcpp cms.

clone this repo, then call scons, it will clone rcpp cms into a new engine directory, then you can build using build words, like: scons bl.

Proper explanation for the time being: https://github.com/Relintai/broken_seals (Compiling section). (I'm using the same script.)