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

Jared Dohrman f653f9ae7c chore: clean up docs, add push workflow преди 4 месеца
.devcontainer 0ac33479d3 fix: update devcontainer features to use node instead of bun преди 4 месеца
.github f653f9ae7c chore: clean up docs, add push workflow преди 4 месеца
.vscode 6c7efdd0f6 Initial commit преди 1 година
arch 4b184a60d9 fix: stop tracking web panel cert key and generate it under ignored artifacts преди 4 месеца
bin 13bc6e4178 setup automated firmware builds with github actions преди 1 година
boards f6cfed66b3 add heltec_mesh_node_t096 board. преди 4 месеца
docs f653f9ae7c chore: clean up docs, add push workflow преди 4 месеца
examples 9ec430c241 feat: add persisted wifi CLI settings for companion wifi builds преди 4 месеца
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 4b184a60d9 fix: stop tracking web panel cert key and generate it under ignored artifacts преди 4 месеца
variants 238e19d9b7 fix: trim C3 mqtt firmware size and make web panel optional преди 4 месеца
.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 месеца
CNAME 384e482052 Create CNAME преди 6 месеца
CONTRIBUTING.md 42db60bc26 * markdown changes преди 4 месеца
README.md 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases преди 4 месеца
RELEASE.md 98fe78a379 feat: add MQTT repeater support, web config panel, and EastMesh-specific firmware workflows преди 4 месеца
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 e4ec9aec0b * tidy ups преди 1 година
merge-bin.py e58d866949 * merge-bin.py script преди 1 година
mkdocs.yml f653f9ae7c chore: clean up docs, add push workflow преди 4 месеца
platformio.ini ca63ea923a fix: generate web panel certs per build and clean up mqtt env flags преди 4 месеца
pyproject.toml 98fe78a379 feat: add MQTT repeater support, web config panel, and EastMesh-specific firmware workflows преди 4 месеца
uv.lock 98fe78a379 feat: add MQTT repeater support, web config panel, and EastMesh-specific firmware workflows преди 4 месеца

README.md

MeshCore-EastMesh

MeshCore-EastMesh is MeshCore with an EastMesh layer on top, focused on providing an out-of-the-box experience for EastMesh users.

The firmware remains MeshCore. This repository adds EastMesh-specific packaging, release automation, versioning, and integrations such as native WiFi and MQTT support, while staying aligned with upstream MeshCore releases.

Coming Soon

Documentation for flashing, configuration, supported hardware, and EastMesh-specific features is still being prepared.

For now, this repository is primarily used for:

  • EastMesh firmware builds and release automation
  • EastMesh versioning on top of upstream MeshCore releases
  • ongoing integration of native WiFi and MQTT support

Development

Python tooling in this repo is managed with uv.

uv sync

See RELEASE.md for the current release process and tag format.