Merge pull request #943 from pdxlocations/mqtt-integrations

Move MQTT into Software Integrations
This commit is contained in:
pdxlocations 2024-02-01 08:41:30 -08:00 committed by GitHub
commit b7e036b0b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 15 additions and 7 deletions

View file

@ -2,7 +2,7 @@
title: Meshtastic Integrations
slug: /software/integrations
sidebar_label: Integrations
sidebar_position: 11
sidebar_position: 6
---
The Meshtastic ecosystem is highly extensible and allows easy integration with a number of existing software products and projects.

View file

@ -145,12 +145,12 @@ An existing public [MQTT broker](https://mosquitto.org) will be the default for
## Examples
- [Using mosquitto on a mac](/docs/software/mqtt/mosquitto.mdx)
- [Using mosquitto on a mac](/docs/software/integrations/mqtt/mosquitto.mdx)
- [Sending/receiving messages on mosquitto server using python](/docs/software/mqtt/python.mdx)
- [Sending/receiving messages on mosquitto server using python](/docs/software/integrations/mqtt/python.mdx)
- [Using MQTT with Node-RED](/docs/software/mqtt/nodered.mdx)
- [Using MQTT with Node-RED](/docs/software/integrations/mqtt/nodered.mdx)
- [Using MQTT with Home Assistant](/docs/software/mqtt/home-assistant.mdx)
- [Using MQTT with Home Assistant](/docs/software/integrations/mqtt/home-assistant.mdx)
- [Using MQTT with Adafruit IO](/docs/software/mqtt/adafruit-io.mdx)
- [Using MQTT with Adafruit IO](/docs/software/integrations/mqtt/adafruit-io.mdx)

View file

@ -2,7 +2,7 @@
id: linux-native
title: Linux Native Application
sidebar_label: Linux Native
sidebar_position: 9
sidebar_position: 5
---
The device software can also run on a native Linux machine thanks to the [Portduino framework](https://github.com/geeksville/framework-portduino).

View file

@ -71,6 +71,14 @@
{
"source": "/docs/legal/licensing/",
"destination": "/docs/legal/licensing-and-trademark"
},
{
"source": "/docs/software/mqtt",
"destination": "/docs/software/integrations/mqtt"
},
{
"source": "/docs/software/mqtt/",
"destination": "/docs/software/integrations/mqtt"
}
]
}