Prepare the Application Environment
In this step, we prepare the folder structure for our "adsb" application, and create a ".env" file containing our basic details.
Create a directory to host our project
sudo mkdir -p -m 777 /opt/adsb
cd /opt/adsbGenerate a UUID
cat /proc/sys/kernel/random/uuidIdentify your ADS-B dongle's optimal PPM
docker run --rm -it --entrypoint /scripts/estimate_rtlsdr_ppm.sh --device /dev/bus/usb ghcr.io/sdr-enthusiasts/docker-readsb-protobuf:latestCreate a heywhatsthat Panorama ID
Create a .env file to hold our environment's variables
.env file to hold our environment's variablesLast updated
Was this helpful?