Emulating AWS IOT Core provisioning #326
Closed
RangelReale
started this conversation in
General
Replies: 1 comment
-
Nevermind, it was a problem in the payload, fixing the payload made it work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
AWS IOT Core provisioning does something that I think is non-standard MQTT:
$aws/certificates/create/json/accepted
$aws/certificates/create/json
$aws/certificates/create/json/accepted
but the message goes only to that device, not all subscribers of the topicI've been trying to do this with hooks:
this works with a local
github.com/eclipse/paho.mqtt.golang
implementations, but the device using the AWS IOT Core SDK don't receive it.Is this possible to do?
Beta Was this translation helpful? Give feedback.
All reactions