Meshmonitor -> Virtual Node - `Packet Feed? #3933
|
Hello, ive a Question, my Idea is: Companion > Meshmonitor > RemoteTerm for Meshcore. RT connect correctly to the Virtualnode Port, but there is no packet feed, and so its not possible to me, for exacmple to use channel finder. Any Ideas? |
Replies: 8 comments 10 replies
|
sorry, I'm not familiar with "RemoteTerm".. Can you share some info ? |
|
interesting.. What kind of error were you getting in RemoteTerm? And was anything showing up in the MeshMonitor logs while it was trying to connect? |
|
journalctl -u meshmonitor -f You can see that i disconnect the RemoteTermClient and reconnect it after the i make a advert to check if the advert is also showing in remote term. but it isnt. any ideas? if i directly connect the remote Term to the companion everything is fine. but via virtual node ;( hope this helps |
|
so here is a fresh log: root@MeshMonitor:~# journalctl -u meshmonitor -f Jul 06 19:23:44 i made a advert with another companion, MEshmonitor shows it, but Remote Term shows nothing Am I overlooking something? whats this here? greetings |
|
Thanks for the detailed logs — that was enough to pin it down. 🙏 Root cause: MeshMonitor's MeshCore Virtual Node completes the companion handshake (which is why RemoteTerm shows "connected to Radio"), but it was only forwarding two push types to connected apps — incoming text messages and DM-delivery acks. It never forwarded the raw received-packet feed that a real MeshCore node emits for every OTA packet ( Fix: PR #3964 (issue #3963) bridges that raw feed through the Virtual Node as the 0x88 push, so tools like Remote-Terminal will now see the full packet flow. The wire format was verified against the MeshCore firmware, meshcore.js, and the Remote-Terminal source, and it's covered by tests — but I haven't been able to test it end-to-end against real hardware + Remote-Terminal myself. Once it lands in a release, would you be able to give it a try and confirm the channel finder lights up for you? That real-world confirmation would be hugely helpful. I'll follow up here when it ships. |
|
4.12.5 fixed the Problem Now its working. Thx @Yeraze !!!! |
|
New Issue with the virtual Node: |
Data Forwarding: Push raw/decoded packets and repeater telemetry to MQTT brokers, Home Assistant, or mapping projects like LetsMesh and MeshRank.
https://github.com/jkingsman/Remote-Terminal-for-MeshCore/issues/321 here my comment
|

4.12.5 fixed the Problem Now its working. Thx @Yeraze !!!!