GUVWAF

Results 140 comments of GUVWAF

I was referring to MQTT _downlink_ (on active public channels) here. _Uplink_ only for map reporting or sensory data does not affect LoRa transmissions.

Android doesn't show nodes it didn't receive a NodeInfo packet from (which include their name), while the Web UI does.

Currently when the NodeDB is full the oldest gets removed already. If there are more nodes than fit in the NodeDB, it will always remain full when traffic from other...

The "sender" field is always the node connected to MQTT (gateway). You'll need to look at the "from" field, which is the unique node number of the transmitter, which you...

Yes, I meant MQTT encryption. OK, yes indeed it doesn't actually work like this, it's a bit confusing. It only uplinks messages to MQTT that it is going to send...

Hope you don't mind that I'm renaming and re-purposing it as a feature request (since the `sender`/`from` fields are correct) for more granular MQTT settings and uplinking DMs to the...

Uplinking DMs towards the MQTT node is implemented with #3245.

Good idea, I would be in favor. In fact, I already proposed it as part of #2856, but that PR is a breaking change. This change however can be implemented...

Yes, or actually it includes the hop limit with which it started and the current hop limit. So the difference between these values will be how many hops it traveled....

But the problem is we don't add the nodeID when relaying a packet. Only the original transmitter and destination are set. Besides, then you only know who the last relayer...