From 8a1a48baa6e9729d5a324d5d7665d4fc0f26edf1 Mon Sep 17 00:00:00 2001 From: Axel Rafn Date: Sat, 5 Dec 2020 11:49:36 +0000 Subject: [PATCH] First todo commit --- todo.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..e02a32e --- /dev/null +++ b/todo.md @@ -0,0 +1,9 @@ +# todo list + +* WiFi AP mode + * Enable AP mode with WPA2-PSK for encrypted communication + * Enable AP mode without encryption for open connections + +* HTTP Server + * run server in HTTPS mode + * Offer blind drop-uploads (what max size?) \ No newline at end of file