Replies: 7 comments 3 replies
|
I'm curious how this works from a user experience perspective. You mention there's a new "MeshCore" tab, what's in it? How does Telemetry work, along with the various Automatic features? I assume Remote Admin is disabled in this? |
|
Oh, so this isn't intended to replace all the meshtastic features with meshcore, but isntead to talk to two devices simultaneously and interleave the data? |
|
It connects to both a Meshtastic device and a MeshCore device simultaneously and shows nodes from both networks in the same interface. The sidebar displays |
|
Well, if you want to throw up a PR with it I'ld be happy to review and consider including it.. Probably with some kind of config option to enable/disable it. |
|
Does the Meshcore data persist in any database? OR is it just managed in the client/browser? |
|
Awesome, I'll put together a PR! To answer your question: Yes, MeshCore data persists server-side in the SQLite database alongside Meshtastic data. The backend has a meshcoreManager that maintains the I'll add a config option to enable/disable MeshCore support (disabled by default so it doesn't affect existing users). Will get that PR up soon. |
|
First of all, I would like to thank you for the development you are doing. @Yeraze I appreciate the improvements almost 2 days!. Right now I am using meshmonitor with ble-bridge for an outdoor node. I would like to try meshcore, but also with a BLE connection. At this moment, is it possible to use meshmonitor with meshcore-ble or only USB-serial or TCP connections? Thank you |
Uh oh!
There was an error while loading. Please reload this page.
Hi @Yeraze,
First, thank you for creating MeshMonitor - it's an excellent tool for Meshtastic monitoring!
I'm part of the NC Mesh community, and we've created a fork called MeshCore Monitor that extends MeshMonitor to also support
MeshCore devices. MeshCore is a lightweight mesh protocol similar to Meshtastic but with different design goals.
What we've added:
Our fork:
https://github.com/dpaschal/meshcore-monitor
Technical approach:
MeshCoreManageralongsideMeshtasticManagermeshcorePython library for device communicationWould you be interested in:
We're committed to maintaining upstream sync regardless of the approach. Happy to share technical details or create a PR if you're interested!
Feel free to join our NC Mesh Discord if you'd like to chat more about it.
Best regards,
Drew
NC Mesh Community
https://ncmesh.net
All reactions