Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hops Away #922

Closed
asjmcguire opened this issue Mar 19, 2024 · 6 comments · Fixed by #966
Closed

Hops Away #922

asjmcguire opened this issue Mar 19, 2024 · 6 comments · Fixed by #966

Comments

@asjmcguire
Copy link

The Android app currently lacks the display of how many hops away nodes are.
The thing that would would make the most sense is to only display RSSI and SNR when hops away is zero, or missing. Because obviously since when it is 1 or more hops away, then the signal strength no longer makes sense, people think they have an excellent connection to a node, but really they only have an excellent connection to the 1st hop, the connection between the 1st hop and the destination node, or just the next hop, might be terrible, but that information is never communicated (or available) to the sender.

It makes more sense to show the number of hops in place of the RSSI and SNR when the hop is higher than zero.

@prokrypt
Copy link
Sponsor Contributor

I think the RSSI and SNR readings in those cases still can be useful--they just need to be somehow linked to the neighbor that repeated the packet.

@asjmcguire
Copy link
Author

asjmcguire commented Mar 19, 2024

I think the RSSI and SNR readings in those cases still can be useful--they just need to be somehow linked to the neighbor that repeated the packet.

Which if I understand correctly from the firmware channel on discord, is not information that is available. The only node information is the original sender, nothing from any node the packet has passed through. Maybe V3 will change this, but there is nothing in V2.

EDIT:
In fact the discussion was in the firmware github - meshtastic/firmware#3239 (comment) this message specifically

@francisuk1989
Copy link

francisuk1989 commented Apr 2, 2024

So many features we are missing out compared the iOS version

  • Emojis
  • root topic recommendation
  • Sending a GPS location
  • Hops away

and more
image

@DayleDrinkwater
Copy link
Contributor

For info I'm very very slowly working through this. Bear in mind I don't have any android experience and I'm using it as a learning example, so I can't say if what I'm doing will work.

@DayleDrinkwater
Copy link
Contributor

After fiddling around for the past few days, I've finally worked out how to get the data. I'll tidy everything up and make UI elements for it.
image

@joneyes
Copy link

joneyes commented Apr 10, 2024

Good result.
One of the other devs has also added the info to the python cli --nodes table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants