GUVWAF
GUVWAF
I just tested it, and I can successfully launch 5 nodes with Docker. For the simulator, I added a commit to move to the new Docker image from Meshtastic. Can...
> I want to be very careful about this approach, as we still need to hash out whether we're going to start requiring nodenum to be derived from the public...
@garthvh @jamesarich I would like to get your views as well. Is this something that’s reasonable to implement in the apps?
@jamesarich That's why I would advocate for using the "non-spammy" approach; only when someone tries to DM you and the public key doesn't match, show the notification. The first "DifferentPublicKey"...
I think indeed option 2 would be preferred, as we also do not update the other fields of the NodeInfo when the public key changed. However, for simplicity, option 1...
Yes, we'll definitely need to add some rate limiting for this. Nodes will normally not be generating new keys every day anyway.
No, we can do that in the firmware.
I’m not so sure about this one, it really depends on how roles are used. Indeed this idea would solve the issue in the depicted scenario, but you can get...
When working on the `calculateTimeOnAir()` function, I also wondered about this. Since LoRa packets are compatible between radios, they should also produce the same results given the same settings. Semtech’s...
Isn't this more something that should be handled in the client? Otherwise the firmware would have to cache (some of) the last DM(s), just in case.