Setting up the Raspberry Pi as an access point

Instructions largely from https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point/install-software

Install packages. Note that ISC DHCP server seems to die.

sudo apt-get install hostapd isc-dhcp-server

(TBC)