Hello, can anyone please explain to me how to access with a mosquitto-like client the properties automagically configured via the "Arduino IoT Cloud" wizard? I mean: when I configure a thing with ID = XXX and a property with name YYY, is there a simple method to determine the "topic" to access that property with a client like mosquitto?
As far as I understand, the broker is mqtts-sa.iot.arduino.cc (as seen in the IoT blink test sketch) but I don't know which port/user/pw should I use, and the structure of the topic.
Many thanks in advance,
Alessandro.
At this very moment this is not an option but if you have a bit of patience this is not far
Right now you can in theory connect to the broker but all your traffic will be filtered out
we're in the process of implementing other login mechanisms which won't require the presence of a crypto-chip aNd TLS.
Bear with us
ubidefeo:
[...] we're in the process of implementing other login mechanisms which won't require the presence of a crypto-chip aNd TLS.
Bear with us
Many many many thanks!
Alessandro