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

Valentin V. Bartenev 89aec17b68 Remove Station G2 repeater build with logging hace 3 meses
.devcontainer 0ac33479d3 fix: update devcontainer features to use node instead of bun hace 4 meses
.github 0ad50e5bd0 repeater-mqtt-eastmesh-v1.3.8 hace 3 meses
.vscode 6c7efdd0f6 Initial commit hace 1 año
arch 2646d7177e Merge upstream/dev into develop hace 3 meses
bin 13bc6e4178 setup automated firmware builds with github actions hace 1 año
boards d74d99c7f1 Add DIY ESP32S3 N16R8 E22 Back2back board support hace 3 meses
docs 46b0df7a4b Removed EastMesh MQTT broker support. hace 3 meses
examples afd5fc2f98 Unify firmware version format with release builds. hace 3 meses
include 6c7efdd0f6 Initial commit hace 1 año
lib 03458269ac moved nrf sdk headers to ./lib/ and added Repeater envs for t114 & t-echo hace 1 año
logo 22058c0ee5 add logo files hace 1 año
src afd5fc2f98 Unify firmware version format with release builds. hace 3 meses
variants 89aec17b68 Remove Station G2 repeater build with logging hace 3 meses
.clang-format 4e2786c516 Re-applying 73a7a96, formatting, MyMesh reformat hace 1 año
.envrc 21564ae494 add default.nix/.envrc for automagic platformio dev environment on NixOS hace 1 año
.gitignore f653f9ae7c chore: clean up docs, add push workflow hace 4 meses
.python-version 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases hace 4 meses
AGENTS.md 465bf7ee6d fix: AGENTS.md hace 3 meses
CONTRIBUTING.md 42db60bc26 * markdown changes hace 4 meses
README.md 46b0df7a4b Removed EastMesh MQTT broker support. hace 3 meses
RELEASE.md 47e2f2a67d docs(release): add repeater-mqtt-eastmesh-v1.3.1 release notes hace 3 meses
build.sh 79550a7f81 Update building script for MeshCoreTel release. hace 3 meses
build_as_lib.py 0959e64d11 lib_build: add UI_FLAVOR and some cleanup hace 11 meses
create-uf2.py 24ed5b377f added custom pio task "Create UF2 file" hace 9 meses
default.nix 24ef375fc7 default.nix: add python3 to the shell hace 1 año
library.json 7829c51898 Bump to RadioLib 7.6.0 hace 4 meses
license.txt 64cebbc750 Updated readme and licence for this fork. hace 3 meses
merge-bin.py e58d866949 * merge-bin.py script hace 1 año
mkdocs.yml 073280638e docs: add API guide hace 3 meses
platformio.ini 2646d7177e Merge upstream/dev into develop hace 3 meses
pyproject.toml 01d31b3121 chore: migrate site to Zensical hace 4 meses
release-notes.yml e31c19a848 update docs hace 3 meses
uv.lock 01d31b3121 chore: migrate site to Zensical hace 4 meses

README.md

MeshCoreTel Firmware

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

MeshCoreTel:

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

MeshCoreTel 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 MeshCoreTel layer on top for packaging, release automation, WiFi-enabled companion builds, and MQTT-enabled repeater builds.

Key MeshCoreTel Features

MQTT Repeater Additions

  • hardcoded broker support for:
    • meshcoretel
    • 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

Status

Tested with my Heltec V4 OLED.

Documentation

Current docs pages: