Benutzer-Werkzeuge

Webseiten-Werkzeuge


projects:2014:gatekeeper:mqtt

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
projects:2014:gatekeeper:mqtt [2019-10-30 10:16] tuxprojects:2014:gatekeeper:mqtt [2019-12-30 10:57] (aktuell) tux
Zeile 1: Zeile 1:
 +====== Gatekeeper MQTT ======
  
 +Unterprojekt für MQTT-basierte Kommunikation in Schließanlage, Space-Status etc.
 +
 +===== Links und Ressourcen =====
 +  * http://mqtt.org/
 +  * http://fabian-affolter.ch/blog/mqtt-and-desktop-notifications/
 +  * https://github.com/raphaelcohn/bish-bosh
 +  * http://mosquitto.org/
 +  * https://github.com/mqtt/mqtt.github.io/wiki/software?id=software
 +  * https://github.com/menudoproblema/libemqtt
 +  * https://mosquitto.org/api/files/mosquitto-h.html
 +  * shell:> ''mosquitto_sub -h helium -t "#" -v'' # zeigt alle messages an.
 +  * https://github.com/adafruit/Adafruit_MQTT_Library/blob/master/examples/adafruitio_secure_esp8266/adafruitio_secure_esp8266.ino
 +  * Minimal MQTT series on hackaday.com
 +    * [[https://hackaday.com/2016/05/09/minimal-mqtt-building-a-broker/|Minimal MQTT: Building a Broker]]
 +    * [[https://hackaday.com/2016/05/17/minimal-mqtt-networked-nodes/|Minimal MQTT: Networked Nodes]]
 +    * [[https://hackaday.com/2016/05/27/minimal-mqtt-control-and-clients/|Minimal MQTT: Control and Clients]]
 +    * [[https://hackaday.com/2016/06/02/minimal-mqtt-power-and-privacy/|Minimal MQTT: Power and Privacy]]
 +  * [[https://www.earth.li/~noodles/blog/2018/05/mqtt-broker.html|Home Automation: Getting started with MQTT]] with hints on TLS
 +
 +===== MQTT =====
 +
 +[[internal:inventory:mqtt_topics|Hierarchie der bestehenden Topics]]
 +
 +----
 +[[projects:2014:gatekeeper|up]]