cdiemel
cdiemel
What about the use of one of those nano wifi dongles that only gets turned on if the network is noticed?
Line 215 of agent.py sorts the APs and discards whitelists, I think that would be a good place to break off and upload the data. I guess set a threshold...
I have gotten it to somewhat work, but the thread in pnagotchi continue running in the background and cause significant errors when the mon interface is down. I was looking...
I haven't pushed it to github yet, I'll try to when I get home. Basically I find the matching AP Take down mon0 Put up wlan0 Wpa-supplicant Dhclient for a...
@SchizoDuckie it looks like there is availability in the `config.yml` file for GPIO based commands. Is `pwnagotchi` callable with arguements? Something like `pwnagotchi --at-home`. If that was possible then something...