Sample data collector app for rcpp framework.
Go to file
2021-05-01 21:55:23 +02:00
app Implement migrate, the sensor callback, and the get_sensor_data methods in the app class. 2021-05-01 21:55:23 +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 Update the engine and re-enable sqlite database creation. 2021-05-01 21:54:34 +02:00
LICENSE Initial commit. 2021-05-01 14:08:48 +02:00
main.cpp Update the engine and re-enable sqlite database creation. 2021-05-01 21:54:34 +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.)