BL-L: This is the best config information: https://github.com/garyexplains/examples/blob/master/raspberry_pi_router.md

BL-L: In order to make a 2-node network that works in the Wilds, I'm configuring the pi to be a "wireless access point"

I'm using information from https://thepi.io/how-to-use-your-raspberry-pi-as-a-wireless-access-point/

Some of the files I edited or created:

/etc/hostapd/hostapd.conf

/etc/dnsmasq.conf (Note that I moved the original to /etc/dnsmasq.conf.orig)

/etc/default/hostapd

/etc/sysctl.conf

/etc/network/interfaces

Also did this:

sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

sudo sh -c "iptables-save > /etc/iptables.ipv4.nat"

Disk Full problem (df command)

Try this:

sudo mount --bind / /mnt

sudo ncdu -x /mnt

==> Look at what's taking up the space

### Setting up a Service ###

Create a file like : /lib/systemd/system/startup_alive_light.service

Put it into /etc/systemd/system/

sudo systemctl enable startup_weather.service

sudo systemctl status startup_weather

sudo systemctl status startup_alive_light

service startup_alive_light status # Same thing as above

sudo service startup_weather restart

sudo service startup_weather stop

sudo service startup_flash stop

sudo service startup_weather_display stop

### MOTION STUFF ###

Files are stored at /var/lib/motion

sudo service motion start

sudo service motion stop

sudo service motion restart

Config file is at: /etc/motion/motion.conf

# Set Time

sudo date -s "Mon Jan 27 7:20:45 PST 2020"