krdarrah / trigBoardV8_BaseFirmware

MIT License
21 stars 17 forks source link

Feature: MQTT SSL Certificates #6

Open mdconaway opened 2 years ago

mdconaway commented 2 years ago

-Adds new storage locations for mqtt key/cert/ca -Adds bluetooth "chunking" proof-of-concept -Declares BT MTU size as 517B (5 bytes header + 512 bytes data) -Adds generic function packetizeBluetoothMessage which can chunk data back to the configurator -Adds mqtt module condition to choose HTTPS with certs present -Adds generic key file read/save functions

mdconaway commented 2 years ago

Depends on https://github.com/krdarrah/trigBoardConfigurator/pull/3