MQTT: Unterschied zwischen den Versionen
M68k (Diskussion | Beiträge) (topic) |
M68k (Diskussion | Beiträge) (state /lounge/rgb now Running) |
||
Zeile 31: | Zeile 31: | ||
|/lounge/rgb | |/lounge/rgb | ||
|Controls the ceiling lights (https://github.com/Metalab/loungelights/tree/master/mqtt Loungelights]) | |Controls the ceiling lights (https://github.com/Metalab/loungelights/tree/master/mqtt Loungelights]) | ||
| | |Running | ||
|} | |} | ||
Version vom 2. August 2016, 21:06 Uhr
MQTT | |
Gestartet: | 2015 |
Involvierte: | User:m68k, User:overflo,Lounge |
Status: | completed |
Beschreibung: | MQTT-Broker inside Metalab-LAN at tcp://10.20.30.96:1883 |
Shutdownprozedur: | |
Zuletzt aktualisiert: | 2016-08-02 |
There used to be MQTT on the slackomatic
Now it is on its own raspberry pi inside the servercabinet @ 10.20.30.96
What is MQTT
MQTT is a so called "publish-subscribe" (pub/sub) messaging protocol.
Pub/sub is a messaging pattern where senders of messages, called publishers, do not send messages directly to specific receivers, called subscribers, but instead characterize published messages into classes without knowledge of which subscribers, if any, there may be. Similarly, subscribers express interest in one or more classes and only receive messages that are of interest, without knowledge of which publishers, if any, there are. (Ref: Rephrased from the introduction paragraph of the English Wikipedia article Publish/Subscribe Pattern)
MQTT Broker at Metalab
Mosquitto MQTT Broker at tcp://10.20.30.96:1883 (Default Port) up and running.
Queue/Topic-List
Queue/Topic | Description | State |
---|---|---|
/lounge/rgb | Controls the ceiling lights (https://github.com/Metalab/loungelights/tree/master/mqtt Loungelights]) | Running |
SpaceMQTT
realraum is also using MQTT for ... everything. So let's build a MQTT bridge between hackspaces! Interested? Contact verr[at]2904.cc && PeterTheOne[at]gmail.com ... --Stefan (Diskussion) 02:00, 2. Aug. 2016 (CEST)