MQTT implementation in Basic Multiplayer via webGL Client: Unterschied zwischen den Versionen

Aus hyperdramatik
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „First things first: I think there is no easy way how webGL could connect to an MQTT Broker directly, maybe there is but I could not figure one out. So the basi…“)
 
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
So let´s start:
So let´s start:


Download this MQTT Libary for Unity. -->
Download this MQTT Libary for Unity. --> [[MQTT in Unity]]

Version vom 25. Mai 2020, 16:45 Uhr

First things first: I think there is no easy way how webGL could connect to an MQTT Broker directly, maybe there is but I could not figure one out. So the basic idea is to just let the server connect to the MQTT Broker and act as an hub. It as well relaxes the Broker traffic as well.

So the way we communicate is this webGL_Client --> Linux_Server --> MQTT_BROKER --> Linux_Server --> webGL-Client.

Bare this in mind.

So let´s start:

Download this MQTT Libary for Unity. --> MQTT in Unity