Форк репозитария VBart для meshcoretel.ru с моими добавками

Valentin V. Bartenev 64cebbc750 Updated readme and licence for this fork. преди 3 месеца
.devcontainer 0ac33479d3 fix: update devcontainer features to use node instead of bun преди 4 месеца
.github 0ad50e5bd0 repeater-mqtt-eastmesh-v1.3.8 преди 3 месеца
.vscode 6c7efdd0f6 Initial commit преди 1 година
arch 2646d7177e Merge upstream/dev into develop преди 3 месеца
bin 13bc6e4178 setup automated firmware builds with github actions преди 1 година
boards 6aeb8782d9 fix: update repeater MQTT partition layouts for 4 MB boards преди 3 месеца
docs f1912ff184 Added support for MeshCoreTel broker. преди 3 месеца
examples f1912ff184 Added support for MeshCoreTel broker. преди 3 месеца
include 6c7efdd0f6 Initial commit преди 1 година
lib 03458269ac moved nrf sdk headers to ./lib/ and added Repeater envs for t114 & t-echo преди 1 година
logo 22058c0ee5 add logo files преди 1 година
src f1912ff184 Added support for MeshCoreTel broker. преди 3 месеца
variants 9085265637 fix: add missing USE_SX1262 for TBeam 1W преди 3 месеца
.clang-format 4e2786c516 Re-applying 73a7a96, formatting, MyMesh reformat преди 1 година
.envrc 21564ae494 add default.nix/.envrc for automagic platformio dev environment on NixOS преди 1 година
.gitignore f653f9ae7c chore: clean up docs, add push workflow преди 4 месеца
.python-version 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases преди 4 месеца
AGENTS.md 465bf7ee6d fix: AGENTS.md преди 3 месеца
CONTRIBUTING.md 42db60bc26 * markdown changes преди 4 месеца
README.md 64cebbc750 Updated readme and licence for this fork. преди 3 месеца
RELEASE.md 47e2f2a67d docs(release): add repeater-mqtt-eastmesh-v1.3.1 release notes преди 3 месеца
build.sh 98fe78a379 feat: add MQTT repeater support, web config panel, and EastMesh-specific firmware workflows преди 4 месеца
build_as_lib.py 0959e64d11 lib_build: add UI_FLAVOR and some cleanup преди 11 месеца
create-uf2.py 24ed5b377f added custom pio task "Create UF2 file" преди 9 месеца
default.nix 24ef375fc7 default.nix: add python3 to the shell преди 1 година
library.json 7829c51898 Bump to RadioLib 7.6.0 преди 4 месеца
license.txt 64cebbc750 Updated readme and licence for this fork. преди 3 месеца
merge-bin.py e58d866949 * merge-bin.py script преди 1 година
mkdocs.yml 073280638e docs: add API guide преди 3 месеца
platformio.ini 2646d7177e Merge upstream/dev into develop преди 3 месеца
pyproject.toml 01d31b3121 chore: migrate site to Zensical преди 4 месеца
release-notes.yml e31c19a848 update docs преди 3 месеца
uv.lock 01d31b3121 chore: migrate site to Zensical преди 4 месеца

README.md

MeshCore-EastMesh-MeshCoreTel

This is a fork of MeshCore-EastMesh firmware with MeshCoreTel broker support.

Original firmware (credits to Jared Dohrman, Scott Powell / Ripple Radios and the MeshCore contributors):

MeshCoreTel:

EastMesh firmware builds for MeshCore, with MQTT repeaters, WiFi companions, and simple release downloads for supported boards.

This repository keeps the upstream MeshCore firmware intact and adds an EastMesh layer on top for packaging, release automation, WiFi-enabled companion builds, and MQTT-enabled repeater builds.

Additinally, the MeshCoreTel broker added in this fork.

What This Repo Adds

  • *_repeater_mqtt firmware targets with:
    • native WiFi
    • MQTT over WSS with JWT auth or over plain TCP (for MeshCoreTel support)
    • optional local HTTPS config panel on supported ESP32 targets
  • *_companion_radio_wifi firmware targets for WiFi-connected companion devices
  • EastMesh-specific release workflows and versioning on top of upstream MeshCore releases
  • docs and release guidance for EastMesh users instead of the full upstream MeshCore docs set

Status

I've tested it only with my Heltec V4.

Key Files

Key EastMesh Features

MQTT Repeater Additions

  • hardcoded broker support for:
    • meshcoretel
    • eastmesh-au
    • letsmesh-eu
    • letsmesh-us
  • WSS transport at /mqtt
  • JWT auth using the device identity
  • CLI controls for:
    • WiFi credentials
    • WiFi powersaving
    • board battery reporting on supported targets
    • MQTT endpoint enablement
    • MQTT packet and raw publishing
    • owner public key and email
    • local web panel enablement

Local Web Panel

On supported *_repeater_mqtt ESP32 targets, the repeater can expose a local HTTPS config panel over WiFi.

Features include:

  • password-gated access using the existing repeater admin password
  • allowlisted CLI execution
  • grouped quick actions
  • light and dark themes
  • optional disable via set web off

Recommended use is initial setup and occasional troubleshooting. On MQTT repeater deployments, disable the panel again when finished if you want maximum MQTT heap headroom.

Companion WiFi Additions

*_companion_radio_wifi targets now support persisted WiFi rescue commands:

  • open a serial monitor at 115200 baud
  • reboot the device
  • long-press the user button within the first 8 seconds after boot to enter CLI Rescue
  • wait for ========= CLI Rescue =========
  • send the commands from the serial monitor

These rescue commands are only available after entering CLI Rescue:

  • get wifi.status
  • get wifi.ssid
  • get wifi.powersaving
  • set wifi.ssid <ssid>
  • set wifi.pwd <password>
  • set wifi.powersaving none|min|max

Active GitHub Workflows

  • .github/workflows/build-companion-wifi-firmwares.yml
  • .github/workflows/build-repeater-mqtt-firmwares.yml
  • .github/workflows/pr-build-check.yml
  • .github/workflows/push-build-check.yml
  • .github/workflows/github-pages.yml

The current release workflows intentionally focus only on:

  • companion-wifi
  • repeater-mqtt

Release Tags

Current release tags are:

git tag companion-wifi-v1.14.1
git tag repeater-mqtt-eastmesh-v1.0.1

Companion WiFi uses the upstream MeshCore version in the tag.

Repeater MQTT uses:

  • OFFICIAL_MESHCORE_VERSION from GitHub Actions variables as FIRMWARE_VERSION
  • the EastMesh tag version as EASTMESH_VERSION

See RELEASE.md for the full release flow.

Documentation

Published docs site:

Current docs pages: