Hi all,
I am uploading a beta version of our UAT data sharing software. Do note that this version does not contain a decoder. Mostly, everyone who already has a UAT setup running, would probably already have dump978-fa installed, and assuming you do, please follow the installation procedure below.
1. Download the .deb package:
2. Install it:
3. Run and sign up. You MUST sign up for a new UAT sharing key if you don’t already have one. This will be true for everyone using this software for the first time. DO NOT USE YOUR 1090MHz ADS-B sharing key:
You will be asked to enter your email address, sharing key (leave it blank and press ENTER if you are running the software for the first time), and Coordinates (decimal format). A key will be created for you, saved in your config file as well as emailed to you.
4. This completes the setup and now restart the software:
The log file is located at:
/var/log/uat_reader/uat_reader.log
The config file is located at:
/etc/uat_reader/uat_reader.conf
I am uploading a beta version of our UAT data sharing software. Do note that this version does not contain a decoder. Mostly, everyone who already has a UAT setup running, would probably already have dump978-fa installed, and assuming you do, please follow the installation procedure below.
1. Download the .deb package:
Code:
wget http://repo.feed.flightradar24.com/uat_reader_1.0.3_armhf.deb
2. Install it:
sudo dpkg -i uat_reader_1.0.3_armhf.deb
3. Run and sign up. You MUST sign up for a new UAT sharing key if you don’t already have one. This will be true for everyone using this software for the first time. DO NOT USE YOUR 1090MHz ADS-B sharing key:
sudo -u fr24 uat_reader
4. This completes the setup and now restart the software:
sudo systemctl restart uat_reader
The log file is located at:
/var/log/uat_reader/uat_reader.log
The config file is located at:
/etc/uat_reader/uat_reader.conf
Comment