Command and Control Interconnections using mqtt protocol
 
 
 
Go to file
Bryan 2289b21a9b update readme.md 2021-02-15 15:14:41 -06:00
mqtt-esp32 rename ESP32_MQTT_SSL.ino mqtt-esp32.ino 2021-02-15 12:02:31 -06:00
mqtt-py cleanup unused files 2021-02-15 12:10:19 -06:00
readme.md update readme.md 2021-02-15 15:14:41 -06:00

readme.md

c2 - Command and control

mqtts ca certificates

  • combine root authority certificate and intermediary certificates into one .pem file cat rootcert.pem intermediarycert.pem > cacert.pem

mqtt topic structure

<major scope>/<minor scope>/<type of device>/<device>/<specific topic>