Determinant / stratux-zero

Build stratux from scratch on your Raspberry Pi (2/3/Zero W) with the latest dump1090-fa and wiringPi.
8 stars 4 forks source link

Build your own stratux from scratch

  1. Make sure you have the shell access to your Raspberry Pi.
  2. Run the following commands:

::

login the pi user

cd ~/ git clone https://github.com/Determinant/stratux-zero.git stratux-zero/setup.sh

  1. Pi will reboot after finishing the whole process, now you can access your stratux AP named "stratux-zero", and the password is "stratux-zero".

  2. (optional) If you would like to switch to STA mode ("client" mode rather than AP mode), make sure you have the right config in /etc/wpa_supplicant/wpa_supplicant.conf, and then run sudo stratux-zero/reboot-as-sta.sh.

  3. (optional) If you would like to see the FlightAware map UI for dump1090, run stratux-zero/enable-fa-web.sh, then it will be available at 192.168.10.1:8080.

Features