From 21dd7b0c554630d6e74b117236ffa4af035577b6 Mon Sep 17 00:00:00 2001 From: Axel Rafn Date: Sat, 5 Dec 2020 18:57:45 +0000 Subject: [PATCH] Adding features.md to repo --- features.md | 13 +++++++++++++ todo.md | 8 -------- 2 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 features.md diff --git a/features.md b/features.md new file mode 100644 index 0000000..953db63 --- /dev/null +++ b/features.md @@ -0,0 +1,13 @@ +# Features and plans + +This is just where I jot down things I want the system to have. + +# The 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?) diff --git a/todo.md b/todo.md index e02a32e..0f3c387 100644 --- a/todo.md +++ b/todo.md @@ -1,9 +1 @@ # 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