From Hentschel
Jump to: navigation, search

Stratux and PiAware

756 bytes added, 22:06, 19 May 2019
/* PiAware */
=== PiAware ===
* build instructions [https://flightaware.com/adsb/piaware/install at this link]
* config file in boot:
<pre>
# Should piaware use the wired ethernet port
# for network access?
 
wired-network yes
# Wired network configuration:
wired-type static
wired-address 192.168.1.97
wired-netmask 255.255.255.0
wired-broadcast 192.168.1.255
wired-gateway 192.168.1.1
wired-nameservers 192.168.1.2
 
# Should piaware use a wifi adaptor for network access?
# If you are using a Pi 3, this will use the built-in wifi.
# Otherwise, you will need to attach a supported USB wifi adaptor.
 
wireless-network yes
# To include quotation marks (") in a quoted value, use \"
# To include a backslash (\) in a quoted value, use \\
wireless-ssid h**l
wireless-password ******
wireless-type dhcp
</pre>
* add empty file named 'ssh' to boot partition to enable ssh