From Hentschel
Jump to: navigation, search

Stratux and PiAware

238 bytes added, 08:37, 19 May 2019
/* /etc/network/interfaces */
# iface name_of_other_WPA_Config inet dhcp
## End of interfaces
</pre>
 
==== /etc/wpa_supplicant/wpa_supplicant.conf ====
<pre>
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
 
network={
ssid="h**l"
scan_ssid=1
key_mgmt=WPA-PSK
psk="**********"
priority=1
}
</pre>
=== PiAware ===
* build instructions [https://flightaware.com/adsb/piaware/install at this link]