tve / mqboard

Micro Framework for MicroPython Boards Managed via MQTT
MIT License
120 stars 18 forks source link

mqtt-async: implement TLS #2

Closed tve closed 4 years ago

tve commented 4 years ago

The Stream provided by usayncio does not allow ssl.wrap_socket, need to figure out what to do.