From 1c61ed57a6d34307d6d6dabbdb93079347a848d1 Mon Sep 17 00:00:00 2001 From: mattzzw Date: Fri, 27 Feb 2026 09:06:32 +0100 Subject: [PATCH] Update README.md Add MeshCore-Evo description --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 5a094175..8aefbed6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ + +## About MeshCore-Evo + +This is a friendly fork of the MeshCore project. +Its aim is to provide repeater firmwares with a few additional pending upstream PRs/improvements (i.e. PRs/improvements that are available to the MeshCore project but have not yet been merged in the upstream repo or PRs that might never be merged upstream for some reason). +These changes are intended to help mitigating challenges in big or dense meshes, e.g.: + +- Dealing with flood advert traffic +- fixing TX duty cycle on a rolling window basis +- improving `denyf *` handling + +This list might change any time. + + + ## About MeshCore MeshCore is a lightweight, portable C++ library that enables multi-hop packet routing for embedded projects using LoRa and other packet radios. It is designed for developers who want to create resilient, decentralized communication networks that work without the internet.