openhsorg / openhs

OpenHS - core modules
0 stars 0 forks source link

Iqrf daemon #24

Closed openhsorg closed 7 years ago

openhsorg commented 7 years ago

Installation, setup, etc...

openhsorg commented 7 years ago

https://github.com/iqrfsdk/iqrf-daemon

fmikulu commented 7 years ago

Follow README of https://github.com/iqrfsdk/iqrf-daemon. Use build-rpi.sh and install.sh. Adapt ./configuration/IqrfInterface.json to used interface, e.g: {"IqrfInterface": "/dev/ttyACM0"}, then try to invoke ./iqrf_startup ./configuration/config.json. The same procedure would work on any Linux machine. Let me known if it works