mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 23:19:47 -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
|
||||
|
||||
:::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
|
||||
defaultValue="apple"
|
||||
values={[
|
||||
|
|
|
@ -17,6 +17,8 @@ You can find the settings available for MQTT [here](/docs/configuration/module/m
|
|||
|
||||
:::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.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue