Adding config files

This commit is contained in:
Axel Rafn
2020-12-16 14:24:27 +00:00
parent 64fcf1efb8
commit 6ff3eebcb3
6 changed files with 67 additions and 1 deletions

View File

@ -1,6 +1,14 @@
# Features and plans
This is just where I jot down things I want the system to have.
Not here in any special order, just ideas and thoughts on the system.
# Hardware
* This should all run on a Raspberry Pi Zero W.
* 1GHz 32bit CPU
* 512MB RAM
* 16GB "disk" (microSD card)
# The list
@ -9,10 +17,27 @@ This is just where I jot down things I want the system to have.
* Link for info on MESH: https://github.com/binnes/WiFiMeshRaspberryPi
* WiFi AP mode
* Software: hostapd & dnsmasq
* Enable AP mode with WPA2-PSK for encrypted communication
* Enable AP mode without encryption for open connections
* Enable AP mode without encryption for open connections ?
* HTTP Server
* PHP must be running
* run server in HTTPS mode
* Offer blind drop-uploads (what max size?)
# Plans
* What do we need at first?
* OS side
* Start machine, put WiFi into AP mode
* Have a DHCPD to supply IPs to clients
* Have a DNS to route everything to the local website?
* Web side
* Offer up a simple PHP website to upload data
* Should I offer FTP for large files?
* MAX filesize on the MicroSD cards is 4GB (FAT32 limit)
* Make another partition on the card with ext3/4 ?
* Offer a simple message board?