From 0168d9899097487f0262fbcdf33e19522b74e849 Mon Sep 17 00:00:00 2001 From: Louis King Date: Mon, 11 May 2026 22:05:28 +0100 Subject: [PATCH 1/3] docs: add MeshCore Hub Networks section and move translation alert to Contributing --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85ad196..09b3ee6 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ Python 3.14+ platform for managing and orchestrating MeshCore mesh networks. ![MeshCore Hub Web Dashboard](docs/images/web.png) -> [!IMPORTANT] -> **Help Translate MeshCore Hub** 🌍 -> -> We need volunteers to translate the web dashboard! Currently only English is available. Check out the [Translation Guide](docs/i18n.md) to contribute a language pack. Partial translations welcome! +## MeshCore Hub Networks + +Local mesh communities that are using MeshCore Hub: + +[IPNet (Ipswich, UK)](https://ipnt.uk/) | [CumbriaCQ MeshCore (Cumbria, UK)](https://meshcore.cumbriacq.com/) | [Skynet (Wales, UK)](https://skynet.cyberdyne-systems.wales/) | [MeshCore Iasi (Romania)](https://meshcore-iasi.ro/) ## Overview @@ -619,6 +620,11 @@ meshcore-hub/ 6. Push to the branch (`git push origin feature/amazing-feature`) 7. Open a Pull Request +> [!IMPORTANT] +> **Help Translate MeshCore Hub** 🌍 +> +> We need volunteers to translate the web dashboard! Currently only English is available. Check out the [Translation Guide](docs/i18n.md) to contribute a language pack. Partial translations welcome! + ## License This project is licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later). See [LICENSE](LICENSE) for details. From 13e915feefe6003f6bc170652530b15d50827b80 Mon Sep 17 00:00:00 2001 From: Louis King Date: Mon, 11 May 2026 22:07:52 +0100 Subject: [PATCH 2/3] docs: separate UK and non-UK networks onto own lines --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09b3ee6..d3f8391 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Python 3.14+ platform for managing and orchestrating MeshCore mesh networks. Local mesh communities that are using MeshCore Hub: -[IPNet (Ipswich, UK)](https://ipnt.uk/) | [CumbriaCQ MeshCore (Cumbria, UK)](https://meshcore.cumbriacq.com/) | [Skynet (Wales, UK)](https://skynet.cyberdyne-systems.wales/) | [MeshCore Iasi (Romania)](https://meshcore-iasi.ro/) +[IPNet (Ipswich, UK)](https://ipnt.uk/) | [CumbriaCQ MeshCore (Cumbria, UK)](https://meshcore.cumbriacq.com/) | [Skynet (Wales, UK)](https://skynet.cyberdyne-systems.wales/) + +[MeshCore Iasi (Romania)](https://meshcore-iasi.ro/) ## Overview From 8fa56337bf1610baa1076b7ed0b688e3d7cf99ed Mon Sep 17 00:00:00 2001 From: Louis King Date: Mon, 11 May 2026 22:10:57 +0100 Subject: [PATCH 3/3] docs: use bullet list for networks and move section after Overview --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d3f8391..c84d308 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,6 @@ Python 3.14+ platform for managing and orchestrating MeshCore mesh networks. ![MeshCore Hub Web Dashboard](docs/images/web.png) -## MeshCore Hub Networks - -Local mesh communities that are using MeshCore Hub: - -[IPNet (Ipswich, UK)](https://ipnt.uk/) | [CumbriaCQ MeshCore (Cumbria, UK)](https://meshcore.cumbriacq.com/) | [Skynet (Wales, UK)](https://skynet.cyberdyne-systems.wales/) - -[MeshCore Iasi (Romania)](https://meshcore-iasi.ro/) - ## Overview MeshCore Hub provides a complete solution for monitoring, collecting, and interacting with MeshCore mesh networks. Data ingestion is handled by [meshcore-packet-capture](https://github.com/agessaman/meshcore-packet-capture), which observes MeshCore RF traffic and publishes decoded packets to MQTT. It consists of multiple components that work together: @@ -30,6 +22,15 @@ MeshCore Hub provides a complete solution for monitoring, collecting, and intera | **API** | REST API for querying data | | **Web Dashboard** | Single Page Application (SPA) for visualizing network status | +## MeshCore Hub Networks + +Local mesh communities that are using MeshCore Hub: + +- [IPNet (Ipswich, UK)](https://ipnt.uk/) +- [CumbriaCQ MeshCore (Cumbria, UK)](https://meshcore.cumbriacq.com/) +- [Skynet (Wales, UK)](https://skynet.cyberdyne-systems.wales/) +- [MeshCore Iasi (Romania)](https://meshcore-iasi.ro/) + ## Architecture ```mermaid