Missing /etc/piaware.conf

Trying to run the package on a pi b+ plus but no /etc/piaware.conf which I apparently need to config my files. Any ideas?

See this post

I finally found it thanks

I didn’t see the MLAT command, is it automatic?

hi
this is a sample of a piaware.conf (not for piaware SD images)

        flightaware-user xxxxxxxxxxx
        flightaware-password xxxxxxx
        feeder-id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx


allow-auto-updates yes
allow-manual-updates yes

wired-network no
wireless-network yes

 wireless-type static
 wireless-ssid "xxxxx"
 wireless-password xxxxxxxxxxxx
 wireless-address 192.168.1.8
 wireless-netmask 255.255.255.0
 wireless-broadcast 192.168.1.255
 wireless-gateway 192.168.1.1

receiver-type rtlsdr
rtlsdr-gain 38.6   # updated by fa_piaware_config
receiver-port 30005

allow modeac

allow-mlat yes
mlat-results-anon yes
mlat-results yes
mlat-results-format "beast,connect,localhost:30104 beast,listen,30105 ext_basestation,listen,30106"

the last 4 lines deal with MLAT. you can check and add the missing ones from your file.

HTH
evangel