meshtastic / Meshtastic-Android

Android application for Meshtastic
https://meshtastic.org
GNU General Public License v3.0
748 stars 216 forks source link

Signal Metrics #1340

Closed Robert-0410 closed 1 month ago

Robert-0410 commented 1 month ago

Major

Added a signal graph that plots the rx snr and rssi of a mesh packet.

Minor

Screenshot from 2024-10-23 00-01-55

Concerns

Retrieving the data from the DB, do I need to filter anything out with respect to hops or from?

TODO

Planning on completing this during the review.

andrekir commented 1 month ago

Looks good.

Retrieving the data from the DB, do I need to filter anything out with respect to hops or from?

I'm working around the area and will update the DB query and filter soon.

Since we don't receive mesh packets from our connected node, the nav card shouldn't be available when clicking on More details for our nodes.

The filter should take care of this case, except when users switch between radios. Should be fine for now.