meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.37k stars 824 forks source link

Remote --nodes commands return wrong info. #809

Closed Chiumanfu closed 2 years ago

Chiumanfu commented 3 years ago

meshtastic --dest \!12345678 --nodes

Returns the node list for the local node not the remote one.

Depending on the mesh, it might be too much info to tx over the air. Could be a subset of the data (just short names) much like meshtastic --dest \!12345678 --info strips out the node info.

Python 1.2.33 Device 1.2.30

geeksville commented 3 years ago

hmm - I think the nodes command is looking at the local node db only. we currently have no way (because we don't really need it for protocol reasons) to ask a remote node for its copy of the nodedb. Moving to device project and we might add that someday there...