Join Discord
Powered by
Trying to connect to AWS IoT Core using MQTT and c...
# help
m
mattsoftware
05/09/2023, 5:46 AM
Based on the documentation at
https://pkg.toit.io/github.com/toitware/mqtt@2.2.0/docs/mqtt/class-SessionOptions
it seems like it accepts a username/password, but not a client key and certificate. Is this correct? If so, is it on the roadmap to be implemented by any chance (this is a blocker for my project) Thanks.
f
floitsch
05/09/2023, 8:41 AM
I will have a look. Which MQTT broker are you trying to use?
floitsch
05/09/2023, 8:45 AM
aah. Just saw the title: so this is AWS IoT Core.
floitsch
05/09/2023, 8:50 AM
AWS should be supported. Let me write an example and add it to the MQTT package.
floitsch
05/09/2023, 12:52 PM
PR is uploaded
https://github.com/toitware/mqtt/pull/76
m
mattsoftware
05/09/2023, 1:36 PM
Brilliant. Works perfectly, thankyou!
Previous
Next