Inhaltsverzeichnis

MQTT

Principle

Directory on broker is same structure as the mqtt listeing structure. The <operation> file contains the sender id, the name, the timestamp

 
... myhome/sensor/<sensor name>/<operation>
... ...   /actor/<actor name>/<operation>

Mosquitto

Installation

Raspberry

use html / php publisher

 sudo apt-get install mosquitto 

Windows

Configuration broker

Raspberry

 raspi-config
.. hostname = "MQTTServer"

Windows

broker not running on Windows

Configuration Client

Raspberry

Windows

use MQTTBox