From 6e55796c33ba772291d27992078533a3fc810892 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 10 Dec 2024 11:05:58 +1300 Subject: [PATCH] update readme features --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f8dd5b0..cc796ae 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ A simple, mobile friendly, web based [Meshtastic](https://meshtastic.org/) clien - Mark and unmark a node as a favourite - Filter nodes to only show favourites - Allows you to run a server directly from a meshtasticd (Linux Native) device +- Allows file transfers between MeshTXT clients +- Allows pinging a node to see how long it took to respond and how many hops away it is +- Has a basic implementation of remote management, such as configuring user info and channels > Note: database state is saved in your browser, and is not shared across other browsers or devices. Maybe the server script could support a local SQLite database in the future.