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

Jared Dohrman 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases 4 tháng trước cách đây
.devcontainer 0ac33479d3 fix: update devcontainer features to use node instead of bun 4 tháng trước cách đây
.github 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases 4 tháng trước cách đây
.vscode 6c7efdd0f6 Initial commit 1 năm trước cách đây
arch 1a3f7a7ea9 Fix BLE semaphore leak in Bluefruit library 8 tháng trước cách đây
bin 13bc6e4178 setup automated firmware builds with github actions 1 năm trước cách đây
boards f6cfed66b3 add heltec_mesh_node_t096 board. 4 tháng trước cách đây
docs 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases 4 tháng trước cách đây
examples 08de3fb01f Make sendNodeDiscoverReq() public for post-boot discovery 4 tháng trước cách đây
include 6c7efdd0f6 Initial commit 1 năm trước cách đây
lib 03458269ac moved nrf sdk headers to ./lib/ and added Repeater envs for t114 & t-echo 1 năm trước cách đây
logo 22058c0ee5 add logo files 1 năm trước cách đây
src 27f732653b Added RAK12035 Soil Moisture and Temperature Sensor (#2223) 4 tháng trước cách đây
variants d9cfd075a5 fix: remove real WiFi credentials from ThinkNode M5 variant 4 tháng trước cách đây
.clang-format 4e2786c516 Re-applying 73a7a96, formatting, MyMesh reformat 1 năm trước cách đây
.envrc 21564ae494 add default.nix/.envrc for automagic platformio dev environment on NixOS 1 năm trước cách đây
.gitignore fb726e48c2 Allows us to have custom PlatformIO envs and configs (#2234) 4 tháng trước cách đây
.python-version 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases 4 tháng trước cách đây
CNAME 384e482052 Create CNAME 6 tháng trước cách đây
CONTRIBUTING.md 42db60bc26 * markdown changes 4 tháng trước cách đây
README.md 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases 4 tháng trước cách đây
RELEASE.md 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases 4 tháng trước cách đây
build.sh 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases 4 tháng trước cách đây
build_as_lib.py 0959e64d11 lib_build: add UI_FLAVOR and some cleanup 11 tháng trước cách đây
create-uf2.py 24ed5b377f added custom pio task "Create UF2 file" 9 tháng trước cách đây
default.nix 24ef375fc7 default.nix: add python3 to the shell 1 năm trước cách đây
library.json 7829c51898 Bump to RadioLib 7.6.0 4 tháng trước cách đây
license.txt e4ec9aec0b * tidy ups 1 năm trước cách đây
merge-bin.py e58d866949 * merge-bin.py script 1 năm trước cách đây
mkdocs.yml a87c0fe2d6 separate table of contents 6 tháng trước cách đây
platformio.ini fb726e48c2 Allows us to have custom PlatformIO envs and configs (#2234) 4 tháng trước cách đây
pyproject.toml 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases 4 tháng trước cách đây
uv.lock 009e281181 chore: wire uv, update GitHub workflows, and document EastMesh releases 4 tháng trước cách đây

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.