mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Merge pull request #943 from pdxlocations/mqtt-integrations
Move MQTT into Software Integrations
This commit is contained in:
commit
b7e036b0b9
|
@ -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.
|
||||||
|
|
|
@ -145,12 +145,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