-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure controller support #617
Comments
Do you have any documents on that? Azure is some kind of group name of several products. One of our clients at my job, wanted to move the product we developed for them, to Azure. |
You need to support "MQTTS" and communicate over 8883. The connection string is quite long and that need to be supported in the publish library as well. The reported format should be JSON or other easy-to-parse format. https://docs.microsoft.com/azure/iot-hub/iot-hub-sparkfun-esp8266-thing-dev-get-started It's the IoT Hub that I talk about, not using Azure as cloud deployed "old fashion server". |
Still leaves my other question:
Otherwise it is very hard to test/debug. |
True, only online as far as I know.
Den 15 dec. 2017 10:33 skrev "Gijs Noorlander" <notifications@github.com>:
… Still leaves my other question:
And can you run an Azure environment on a local PC, without any
subscription?
Otherwise it is very hard to test/debug.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#617 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZeBYvHsilXwEtoQtxcnzCuxy2QSRvA7ks5tAjzugaJpZM4QzqaM>
.
|
I would reword the request to ask for generic MQTTS support. That way other offerings (e.g. AWS's) may be covered as well. |
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support gives you all the information needed. |
People watching this: Vote up the features or bugfixes you want like to see fixed first. Use the thumbs UP arrow for that on the first comment. This way we can determine where to start, because we have LOTS of requests. :) |
I would love a more flexibel mqtt/tls support with longer Id/USER/pass |
TLS is somewhat of a problem. Do you have any idea on how long id/User/Pass should have to become? |
A typical azure connect string looks like: String containing Hostname, Device Id & Device Key in the format: |
https://github.com/Azure/azure-iot-arduino-protocol-mqtt
I have some friends who are in loop when it come to more industrial side of sensoring / IoT. I got the feeling that Azure support out of the box is something that would expand the user base a lot. The Azure world has a lot of tools for big data and ESP Easy would fit into that world when it comes to input data.
The text was updated successfully, but these errors were encountered: