mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
move mqtt to integrations
This commit is contained in:
parent
45f2fec0b4
commit
f4cc98922a
|
@ -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.
|
||||||
|
|
|
@ -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)
|
|
@ -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).
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue