-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
Prerequisites
- I have searched existing issues to ensure this feature hasn't already been requested
- I have checked the documentation to verify this feature doesn't already exist
Problem Statement
Currently there is no way to tell whether a message in the primary channel was received via MQTT or LoRa. In areas where the mesh is spread thinly, having the ability to tell that a message was actually received over LoRa instead of through the MQTT module would make it a lot easier to coordinate with other nodes in your localised area.
Proposed Solution
Create an icon to display next to the message sender's name that indicates the message was sent over LoRa as opposed to MQTT . (e.g. something like 📶)
Current Alternatives
- Checking whether a node has the MQTT module enabled with the python cli (e.g. the node list as displayed by
meshtastic --info
reveals the values of thelastHeard
andviaMqtt
properties) - Looking for the node in the various mesh-maps
- Asking the person directly if I suspect they're a local
Importance
Nice to have
danditomaso
Metadata
Metadata
Assignees
Labels
No labels