From 39341f6525e25c221e663fc6c1d4f2bb670cfc44 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 27 Jul 2026 21:09:38 +0200 Subject: [PATCH] Moved cache plugin to core functionality of Pwnagotchi. Moved bt-tether to core functionality of Pwnagotchi. Moved auto-tune to core functionality of Pwnagotchi. They are no longer plugins, except for bt-tether which can still be disabled if you don't want it. Signed-off-by: Jeroen Oudshoorn --- .idea/sshConfigs.xml | 2 +- .idea/webServers.xml | 2 +- pwnagotchi/agent.py | 28 + pwnagotchi/bluetooth/__init__.py | 246 +++++++- pwnagotchi/bluetooth/connection.py | 672 +++++++++++++++++++--- pwnagotchi/bluetooth/device.py | 7 +- pwnagotchi/bluetooth/network.py | 444 +++++++++++++- pwnagotchi/{plugins/default => }/cache.py | 131 ++--- pwnagotchi/defaults.toml | 3 - pwnagotchi/plugins/default/bt-tether.py | 485 +++++++++++++--- 10 files changed, 1753 insertions(+), 267 deletions(-) rename pwnagotchi/{plugins/default => }/cache.py (53%) diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml index 4b7cf3b7..1049ac43 100644 --- a/.idea/sshConfigs.xml +++ b/.idea/sshConfigs.xml @@ -2,7 +2,7 @@ - + diff --git a/.idea/webServers.xml b/.idea/webServers.xml index 9f7be6a2..67e5ed72 100644 --- a/.idea/webServers.xml +++ b/.idea/webServers.xml @@ -3,7 +3,7 @@