devicehive / IoT-framework

* DEPRECATED * DeviceHive GO Framework for IoT and M2M
http://devicehive.com
MIT License
40 stars 17 forks source link

Raspberry pi 3 - Alternative for Snappy core #28

Open gotititu opened 8 years ago

gotititu commented 8 years ago

Hi, I recently got raspberry pi 3 and would like to try Devicehive IOT framework on it. But Snappy core is for Raspberry 2 only. Are there any alternatives?

Thanks

devrn commented 8 years ago

You can build raw binaries of IoT framework and run it on any Linux. Also, IoT-Framework build system suuports debian packages, so you can build and install it on debian like OSes.

astaff commented 8 years ago

Hey there. We are also working on docker container for IoT framework which can run under any Linux that has docker.

gotititu commented 8 years ago

Great to know it can work on debain. Please help me with raspbain

Step1) git clone https://github.com/devicehive/IoT-framework.git

Step2) in build/debian directory run devicehive-cloud.create

Step3) Need help with this, in build/debian readme file "to create binaries. Currently, all binaries will not be build, so if you need binaries you can make build for snappy and then extract binaries from snap files(it's archives, just open it with any archinve manager)". Where to run build-framework.sh (build/snappy/)

Thanks