Azure / connectthedots

Connect tiny devices to Microsoft Azure services to build IoT solutions
http://connectthedots.io
MIT License
399 stars 274 forks source link

Addition of Node.Red Support for IOT #225

Open leestott opened 8 years ago

leestott commented 8 years ago

Hi would it be possible to add a Node.Red Azure Gateway

Would it be possible to stand up a NodeRed protocol gateway in front of Azure IoT Suite or expect a field gateway (smartphone, PC etc) to bridge Bluetooth to Cloud.

paracetamol32 commented 8 years ago

+1

olivierbloch commented 8 years ago

I am working on an update to the project which you can find in the IoTHub branch which replaces Event Hub with IoTHub (which is what Azure IoT Suite uses for ingesting data from devices). This is the first step in having a solution for what you are looking for. Node.Red addition would definitively be a great addition and is in my todo list.

olivierbloch commented 8 years ago

And now we have a Node-Red node for Azure IoT Hub in the Azure IoT SDKs repo: https://github.com/Azure/azure-iot-sdks/tree/master/node/device/node-red I'll work on a sample to send data from Node-Red to the ConnectTheDots website, so I'll keep this issue opened to track this. Stay tuned