On boot partition of SD card create file wpa_supplicant.conf Content of this file: Code: country=XX ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="your SSID" scan_ssid=1 psk="WiFi password" key_mgmt=WPA-PSK } Where XX is your country code.
Hi I was looking at my Pi output and comparing it to the adsb exchange display. I think my data (south east Wales) could compliment this site. I read the above reply with interest and have a couple of questions re the config above. after network={ is that all do I have to add anything after or instead of "{" As I use a wired network do I omit line psk=etc and line key_mgtetc If I place the SD card into a holder is it just a matter of editing and creating it in linux pc? Probably a very basic question to most but it is new to me. Any feedback/comments appreciated.
James - I was hoping to share my data from my wired PiAware setup. So I guess this isn't what I require?
This is WiFi, wired setup does not need this. BTW country code of UK is GB. List of country codes: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
Thanks again for the reply. I can see I have a lot to learn about linux. Have only used windows and although I have studied some of the tutorials I am not really understanding what I am reading! I shall have to see if I can get an SD card set up to feed this site which I am willing to pay for or donation to here.
If you want to share data from your current wired and working PiAware. Just used script method. SSH in with putty or whatever and run the commands. All fields are required. https://www.adsbexchange.com/how-to-feed/ sudo apt update sudo apt install git socat git clone https://github.com/adsbxchange/adsb-exchange.git cd adsb-exchange chmod +x setup.sh sudo ./setup.sh
I have installed putty. Entered the IP address which I have double checked but the Raspberry cannot be found. The raspberry is on and churning out data. Tried to login as pi but there doesn't seem any indication of password being typed on screen when I enter it I get a reply that it is wrong. I haven't changed it.
pi flightaware port 22 you may need to enable ssh on FA image place a blank file called ssh on /boot partition same place as piaware-config.txt