Trying to connect to AWS IoT Core using MQTT and c...
# help
m
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
I will have a look. Which MQTT broker are you trying to use?
aah. Just saw the title: so this is AWS IoT Core.
AWS should be supported. Let me write an example and add it to the MQTT package.
m
Brilliant. Works perfectly, thankyou!