You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[5.14.4.5. Meshcore for Wio Tracker L1 Pro](#51445-Meshcore-for-Wio-Tracker-L1-Pro)
79
+
-[5.14.5. online services](#5145-online-services)
75
80
-[5.15. Q: Are there client applications for Windows or Mac?](#515-q-are-there-client-applications-for-windows-or-mac)
76
81
-[5.16. Q: Are there any resources that compare MeshCore to other LoRa systems?](#516-q-are-there-any-resources-that-compare-meshcore-to-other-lora-systems)
77
82
-[6. Troubleshooting](#6-troubleshooting)
@@ -612,82 +617,94 @@ From here, reference repeater and room server command line commands on MeshCore
612
617
613
618
### 5.14. Q: Are there are projects built around MeshCore?
614
619
615
-
**A:** Yes. See the following:
620
+
**A:** Yes. Some of them are listed below.
616
621
617
-
#### 5.14.0. awesome-meshcore
622
+
#### 5.14.1. overview
623
+
624
+
Some resources that by themselves give overviews about MeshCore related projects:
625
+
626
+
##### 5.14.1.1. awesome-meshcore
618
627
A meta website/ git-repository collecting many projects related to MeshCore, grouped by type. See
619
628
https://github.com/samuk/awesome-meshcore.
620
629
621
-
A few projects are also listed here in the following paragraphs:
630
+
#### 5.14.2. programming libraries, command line software
622
631
623
-
#### 5.14.1. meshcoremqtt
632
+
#####5.14.2.1. meshcoremqtt
624
633
A Python script to send meshcore debug and packet capture data to MQTT for analysis. Cisien's version is a fork of Andrew-a-g's and is being used to to collect data for https://map.w0z.is/messages and https://analyzer.letsmesh.net/
625
634
https://github.com/Cisien/meshcoretomqtt
626
635
https://github.com/Andrew-a-g/meshcoretomqtt
627
636
628
-
#### 5.14.2. MeshCore for Home Assistant
637
+
#####5.14.2.2. MeshCore for Home Assistant
629
638
A custom Home Assistant integration for MeshCore mesh radio nodes. It allows you to monitor and control MeshCore nodes via USB, BLE, or TCP connections.
630
639
https://github.com/awolden/meshcore-ha
631
640
632
-
#### 5.14.3. Python MeshCore
641
+
#####5.14.2.3. Python MeshCore
633
642
Bindings to access your MeshCore companion radio nodes in python.
634
643
https://github.com/fdlamotte/meshcore_py
635
644
636
-
#### 5.14.4. meshcore-cli
645
+
#####5.14.2.4. meshcore-cli
637
646
CLI interface to MeshCore companion radio over BLE, TCP, or serial. Uses Python MeshCore above.
638
647
https://github.com/fdlamotte/meshcore-cli
639
648
640
-
#### 5.14.5. meshcore.js
649
+
#####5.14.2.5. meshcore.js
641
650
A JavaScript library for interacting with a MeshCore device running the companion radio firmware
642
651
https://github.com/liamcottle/meshcore.js
643
652
644
-
#### 5.14.6. pyMC_core
653
+
#####5.14.2.6. pyMC_core
645
654
pyMC_Core is a Python port of MeshCore, designed for Raspberry Pi and similar hardware, it talks to LoRa modules over SPI.
646
655
https://github.com/rightup/pyMC_core
647
656
648
-
#### 5.14.7. MeshCore Packet Decoder
657
+
#####5.14.2.7. MeshCore Packet Decoder
649
658
A TypeScript library for decoding MeshCore mesh networking packets with full cryptographic support. Uses WebAssembly (WASM) for Ed25519 key derivation through the orlp/ed25519 library. It powers the [MeshCore Packet Analyzer](https://analyzer.letsmesh.net/packets).
650
659
https://github.com/michaelhart/meshcore-decoder
651
660
652
-
#### 5.14.8. meshcore-pi
661
+
#####5.14.2.8. meshcore-pi
653
662
meshcore-pi is another Python port of MeshCore, designed for Raspberry Pi and similar hardware, it talks to LoRa modules over SPI or GPIO.
654
663
https://github.com/brianwiddas/meshcore-pi
655
664
656
-
#### 5.14.9. pyMC_Repeater
665
+
#####5.14.2.9. pyMC_Repeater
657
666
pyMC_Repeater is a repeater daemon in Python built on top of the [`pymc_core`](#5146-pymc_core) library.
658
667
https://github.com/rightup/pyMC_Repeater
659
668
660
-
#### 5.14.10. meshcore-open
669
+
##### 5.14.2.10. MeshCore map auto uploader
670
+
A Node.js software that will upload every repeater or room server to [map.meshcore.dev](https://map.meshcore.dev/) when a connected companion hears new advert.
Open Source companion app for Android, iOS, GNU/Linux (and maybe other Unixes), Windows, macOS, chromium-based browsers.
662
677
https://github.com/zjs81/meshcore-open
663
678
664
-
#### 5.14.11. MeshCore-Cardputer-ADV
679
+
#### 5.14.4. firmwares
680
+
681
+
##### 5.14.4.1. MeshCore-Cardputer-ADV
665
682
Standalone client firmware for the "[M5Stack Cardputer ADV](https://docs.m5stack.com/en/core/Cardputer-Adv)" with the "[M5Stack Cap LoRa-1262](https://docs.m5stack.com/en/cap/Cap_LoRa-1262)" module.
Multi-protocol mesh firmware for ESP32-S3 LoRa devices (MeshCore, Meshtastic, RNode/KISS (Reticulum)). Protocol is auto-detected from the first bytes over serial or BLE.
674
691
https://github.com/STCisGOOD/lunarcore
675
692
676
-
#### 5.14.13. MC-Term
693
+
#####5.14.4.3. MC-Term
677
694
(Soon to be) Open Source companion firmware for [LilyGO T-Deck (Plus)](https://lilygo.cc/en-us/products/t-deck-plus-1) and [Seeed Studio SenseCap Indicator (TFT / D1Pro)](https://www.seeedstudio.com/SenseCAP-Indicator-D1Pro-p-5644.html), that can be used both standalone and together with a companion app.
678
695
https://github.com/dabeani/meshcore
679
696
680
-
#### 5.14.14. Meck
697
+
#####5.14.4.4. Meck
681
698
Companion firmware for [LilyGo T-Deck Pro](https://lilygo.cc/products/t-deck-pro) that allows standalone operation and connection to a companion app via Bluetooth Low Energy (BLE).
682
699
https://github.com/pelgraine/Meck
683
700
684
-
#### 5.14.15. Meshcore for Wio Tracker L1 Pro
701
+
#####5.14.4.5. Meshcore for Wio Tracker L1 Pro
685
702
Companion firmware for [Seeed Studio Wio Tracker L1 Pro](https://www.seeedstudio.com/Wio-Tracker-L1-Pro-p-6454.html) with specific UI adjustments that can be used standalone.
A Node.js software that will upload every repeater or room server to [map.meshcore.dev](https://map.meshcore.dev/) when a connected companion hears new advert.
0 commit comments