Friday, April 22, 2016

Installing nodejs on a raspberry pi

pi@openhabpi:~ $ sudo apt-get install npm

Friday, April 08, 2016

Registering a device in Azure IoT Hub


Using Node.js

npm install -g iothub-explorer@latest
iothub-explorer <connection string> create MyDevice

source

Using Device Explorer

See: azure iot sdk on github