move mqtt to integrations

This commit is contained in:
pdxlocations 2024-01-24 21:30:50 -08:00
parent 45f2fec0b4
commit f4cc98922a
9 changed files with 17 additions and 7 deletions

View file

@ -2,7 +2,7 @@
title: Meshtastic Integrations title: Meshtastic Integrations
slug: /software/integrations slug: /software/integrations
sidebar_label: 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. The Meshtastic ecosystem is highly extensible and allows easy integration with a number of existing software products and projects.
@ -13,4 +13,6 @@ Current Meshtastic integrations:
- [ATAK Plugin](/docs/software/integrations/integrations-atak-plugin) - Official Meshtastic ATAK Plugin for sending CoT to IMeshService in the Meshtastic Android app. - [ATAK Plugin](/docs/software/integrations/integrations-atak-plugin) - Official Meshtastic ATAK Plugin for sending CoT to IMeshService in the Meshtastic Android app.
- [MQTT](/docs/software/integrations/mqtt) - Bridging mesh networks over the internet and integrating Meshtastic protocols with popular technologies such as Mome Assistant, Node Red, and Adafruit IO.
Support for the integrated products should be sought from their respective authors or vendors. Support for the integrated products should be sought from their respective authors or vendors.

View file

@ -139,12 +139,12 @@ An existing public [MQTT broker](https://mosquitto.org) will be the default for
## Examples ## 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 id: linux-native
title: Linux Native Application title: Linux Native Application
sidebar_label: Linux Native 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). 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/", "source": "/docs/legal/licensing/",
"destination": "/docs/legal/licensing-and-trademark" "destination": "/docs/legal/licensing-and-trademark"
},
{
"source": "/docs/software/mqtt",
"destination": "/docs/software/integrations/mqtt"
},
{
"source": "/docs/software/mqtt/",
"destination": "/docs/software/integrations/mqtt"
} }
] ]
} }