mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-31 08:27:43 -08:00
Merge pull request #901 from GUVWAF/MQTTpublicServer
Add notes about public MQTT server having a lot of traffic
This commit is contained in:
commit
cef2aaf0e8
|
@ -131,6 +131,10 @@ All MQTT module config options are available for the Web UI.
|
||||||
|
|
||||||
## Connect to the Default Public Server
|
## Connect to the Default Public Server
|
||||||
|
|
||||||
|
:::important
|
||||||
|
The default channel (LongFast) on the public server usually has a lot of traffic. Your device may get overloaded and may no longer function properly anymore. It is recommended to use a different channel or to use your own MQTT server if you experience issues.
|
||||||
|
:::
|
||||||
|
|
||||||
<Tabs
|
<Tabs
|
||||||
defaultValue="apple"
|
defaultValue="apple"
|
||||||
values={[
|
values={[
|
||||||
|
|
|
@ -17,6 +17,8 @@ You can find the settings available for MQTT [here](/docs/configuration/module/m
|
||||||
|
|
||||||
:::important
|
:::important
|
||||||
When MQTT is turned on, you are potentially broadcasting your entire mesh's traffic onto the public internet. This includes messages and position information.
|
When MQTT is turned on, you are potentially broadcasting your entire mesh's traffic onto the public internet. This includes messages and position information.
|
||||||
|
|
||||||
|
The default channel (LongFast) on the public MQTT server usually has a lot of traffic. Your device may get overloaded and may no longer function properly anymore. It is recommended to use a different channel or to use your own MQTT server if you experience issues.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Software Integrations
|
## Software Integrations
|
||||||
|
|
Loading…
Reference in a new issue