pwnagotchi-display-password-plugin icon indicating copy to clipboard operation
pwnagotchi-display-password-plugin copied to clipboard

Overlay issue if other pwnagotchi in range

Open mkoterski opened this issue 4 years ago • 3 comments
trafficstars

If there is another pwnagotchi in range, the notification will overlap with what is being displayed by display-password.py.

image

According to the documentation there are the two callbacks that might be of help here

on_peer_detected - Called when a new peer is detected.

and

on_peer_lost - Called when a known peer is lost.

Not sure if I am skilled enough but I might have a look into this if there's interest/time.

mkoterski avatar Feb 08 '21 16:02 mkoterski

Good catch! I think this can be fixed in a pretty straightforward way. I just wish I had another Pi to test peering and everything with.

If you can put in a fix that would be greatly appreciated. I don't know if the ideal approach would be to have the peer status and cracked passwords alternate every N screen refreshes, or if one should just override the other?

c-nagy avatar Feb 09 '21 02:02 c-nagy