From eefddab1a9bbde315c34213f70ffccc97bac87ab Mon Sep 17 00:00:00 2001 From: Jeremiah K <17190268+jeremiah-k@users.noreply.github.com> Date: Thu, 18 May 2023 14:18:00 -0500 Subject: [PATCH] Documentation updates --- README.md | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 275c0b6..94d9ce5 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,17 @@ A powerful and easy-to-use relay between Meshtastic devices and Matrix chat room - SQLite database to store node information for improved functionality - Customizable logging level for easy debugging - Configurable through a simple YAML file -- **New:** Supports mapping multiple rooms and channels 1:1 +- Supports mapping multiple rooms and channels 1:1 +- Relays messages to/from a MQTT broker, if configured in the Meshtastic firmware (*Note: Messages relayed via MQTT currently share the relay's `meshnet_name`*) + + +*We would love to support [Matrix E2EE rooms](https://github.com/geoffwhittington/meshtastic-matrix-relay/issues/33), but this is currently not implemented. If you are familiar with [matrix-nio](https://github.com/poljar/matrix-nio/), we would gladly accept a PR for this feature!* + + ### Windows Installer - + The latest installer is available [here](https://github.com/geoffwhittington/meshtastic-matrix-relay/releases) @@ -25,18 +31,32 @@ The latest installer is available [here](https://github.com/geoffwhittington/mes Generate a map of your nodes - + Produce high-level details about your mesh - + + +## Getting Started with Matrix + +See our Wiki page [Getting Started With Matrix & MM Relay](https://github.com/geoffwhittington/meshtastic-matrix-relay/wiki/Getting-Started-With-Matrix-&-MM-Relay). + +## Already on Matrix? + +Join us! + +- In our project's room: + [#mmrelay:matrix.org](https://matrix.to/#/#mmrelay:matrix.org) + +- Which is a part of the Meshtastic Community Matrix space *(an unofficial group of enthusiasts)*: + [#meshtastic-community:matrix.org](https://matrix.to/#/#meshtastic-community:matrix.org) ## Supported Platforms -The relay can run on: +The relay is compatible with the following operating systems: - Linux - MacOS - Windows -Refer to [the development instructions](DEVELOPMENT.md) for more details. +Refer to [the development instructions](DEVELOPMENT.md) for details about running the relay on MacOS and Linux.