Merge pull request #208 from ipnet-mesh/chore/add-hub-networks-readme

docs: add MeshCore Hub Networks section and reorder translation alert
This commit is contained in:
JingleManSweep
2026-05-11 22:12:52 +01:00
committed by GitHub
+14 -5
View File
@@ -12,11 +12,6 @@ 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!
## 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:
@@ -27,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
@@ -619,6 +623,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.