New guy here. I walked through the 'Cassandra data analytics demo' in the sandbox and was up and running in no time (using the recommended hardware, Raspberry Pi and DHT11 sensor).
Now I want to take it to the next step. I installed an instance of Kaa (not the sandbox anymore) and followed the same tutorial which explained setting up the schemas and log appenders etc (https://www.youtube.com/watch?v=VHwJLHQjl50) and exported the sdk to the Raspberry Pi. The issue I'm running into is understanding exactly what all was done for me in the sandbox, for instance, all of these steps performed when I click "Source":
Assembling sources for 'Cassandra data analytics demo' project... SDK profile id of project: 10 Getting SDK for requested project... Successfuly got SDK. Processing project archive... CCassandraDataAnalyticsDemo/ CCassandraDataAnalyticsDemo/src/ CCassandraDataAnalyticsDemo/src/dht11/ CCassandraDataAnalyticsDemo/CMakeLists.txt CCassandraDataAnalyticsDemo/src/dht11/dht11.h CCassandraDataAnalyticsDemo/src/dht11/dht11.c CCassandraDataAnalyticsDemo/src/kaa_demo.c CCassandraDataAnalyticsDemo/build.sh Compressing source project archive... CCassandraDataAnalyticsDemo/ CCassandraDataAnalyticsDemo/libs/ CCassandraDataAnalyticsDemo/libs/kaa/ CCassandraDataAnalyticsDemo/libs/kaa/kaa-c-ep-sdk-wcknkllgn6TIg3OjUlumWqcZSCw.tar.gz CCassandraDataAnalyticsDemo/src/ CCassandraDataAnalyticsDemo/src/dht11/ CCassandraDataAnalyticsDemo/src/dht11/dht11.c CCassandraDataAnalyticsDemo/src/dht11/dht11.h CCassandraDataAnalyticsDemo/src/kaa_demo.c CCassandraDataAnalyticsDemo/CMakeLists.txt CCassandraDataAnalyticsDemo/build.sh Source project archive compressed. Succesfully prepared project data!
-------- CLICK OK TO START DOWNLOAD PROJECT SOURCES --------
Finished!
My question is, once I download the c-sdk from my instance of kaa (not the sandbox), moved it to the Raspberry Pi and built it, what do I need to do, or what glue code is required to get the Pi to start logging a sensor's data and reporting back to my instance?