MQTT: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(added alternative facts warning -.-)
 
(8 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt)
Zeile 2: Zeile 2:
 
{{Projekt
 
{{Projekt
 
|image=Mqtt dash.png
 
|image=Mqtt dash.png
|involved=[[User:m68k]], [[User:overflo]],[[Lounge]]
+
|involved=[[User:overflo|overflo]],[[Lounge]]
 
|startdate=2015
 
|startdate=2015
 
|status=completed
 
|status=completed
Zeile 11: Zeile 11:
  
  
'''There used to be MQTT on the slackomatic'''
+
<strike>'''There used to be MQTT on the slackomatic'''
Now it is on its own raspberry pi inside the servercabinet @ 10.20.30.96  
+
Now it is on its own raspberry pi inside the servercabinet @ 10.20.30.96 </strike>
 +
the above has been verified as alternative facts(tm)
  
 
== What is MQTT ==
 
== What is MQTT ==
Zeile 30: Zeile 31:
 
|-
 
|-
 
|/lounge/rgb
 
|/lounge/rgb
|Controls the RGB lights ([https://github.com/Metalab/loungelights Loungelights])
+
|Controls the ceiling lights (https://github.com/Metalab/loungelights/tree/master/mqtt [https://metalab.at/wiki/Loungelights Loungelights])
|Planned
+
|Running
|-
 
|/lounge/regal
 
|Controls the IKEA Regal moodlight (aka Weihnachtsbeleuchtung(tm))
 
|Planned
 
|-
 
|/lounge/lights
 
|Controls the ceiling lights (https://github.com/Metalab/loungelights/tree/master/old Loungelights])
 
|Planned
 
 
|}
 
|}
  
Zeile 46: Zeile 39:
 
realraum is also using MQTT for ... everything. So let's build a MQTT bridge between hackspaces!  
 
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 ...
 
Interested? Contact verr[at]2904.cc && PeterTheOne[at]gmail.com ...
 +
--[[Benutzer:Stefan|Stefan]] ([[Benutzer Diskussion:Stefan|Diskussion]]) 02:00, 2. Aug. 2016 (CEST)
  
 
[[Kategorie:Infrastruktur]]
 
[[Kategorie:Infrastruktur]]

Aktuelle Version vom 7. April 2019, 16:03 Uhr



MQTT
Mqtt dash.png
Gestartet: 2015
Involvierte: overflo,Lounge
Status: completed
Beschreibung: MQTT-Broker inside Metalab-LAN at tcp://10.20.30.96:1883
Shutdownprozedur:
Zuletzt aktualisiert: 2019-04-07



There used to be MQTT on the slackomatic Now it is on its own raspberry pi inside the servercabinet @ 10.20.30.96

the above has been verified as alternative facts(tm)

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)