FactbirdHQ / mqttrust

MQTT client for embedded devices, written in rust
50 stars 5 forks source link

TLS handling #2

Open MathiasKoch opened 4 years ago

MathiasKoch commented 4 years ago

Currently the TLS options in MqttOptions are unused:

https://github.com/BlackbirdHQ/mqttrust/blob/55cdb17605647aa18849028f13ab729072a329a5/src/options.rs#L19-L23

These should be used, but are currently missing an embedded-nal trait to be supported. Related issue: https://github.com/thejpster/embedded-nal/issues/7