Ferienprojekt · Raspberry Pi · PythonHoliday project · Raspberry Pi · Python
SecureVanish
Ein Raspberry Pi mit Python-Flask-Webserver und eigenem WLAN-Hotspot für sicheren Dateitransfer ohne Drittanbieter. Dateien werden nach dem Download oder nach einem einstellbaren Timer automatisch gelöscht.A Raspberry Pi running a Python Flask web server with its own Wi-Fi hotspot for secure file transfers without third-party apps. Files auto-delete after download or after a timer you set.
Raspberry PiPythonFlaskNetworkingPrivacy
ScreenshotsScreenshots
Screenshot folgtScreenshot coming
Screenshot folgtScreenshot coming
Wie es funktioniertHow it works
01
Der Raspberry Pi erstellt einen eigenen WLAN-Hotspot. Kein Router, kein Internet nötig.The Raspberry Pi creates its own Wi-Fi hotspot. No router, no internet required.
02
Beide Geräte verbinden sich mit dem Hotspot und öffnen die Weboberfläche im Browser.Both devices connect to the hotspot and open the web interface in the browser.
03
Das sendende Gerät lädt die Datei hoch. Der Nutzer setzt optional einen Timer (10 Minuten bis 24 Stunden).The sending device uploads the file. The user optionally sets a timer (10 minutes to 24 hours).
04
Das empfangende Gerät lädt die Datei herunter. Sie wird sofort nach dem Download oder nach Ablauf des Timers automatisch gelöscht.The receiving device downloads the file. It is automatically deleted immediately after download or when the timer expires.
DateienFiles
app.py
Flask-Server, Routing, Datei-Upload und Auto-Delete-LogikFlask server, routing, file upload and auto-delete logic