The dongle usually comes with a whip antenna about 150mm on a magnetic mount with maybe a 1.3m cable - no adapters.
Adapters from ebay maybe,,,
Adapters from ebay maybe,,,
#!/bin/bash #updated 2013-08-29 - write /tmp/fr24feed.log # #make sure fr24feed and dump1090 software are not running # killall fr24feed_arm-le_233s killall dump1090 # #start dump1090 we dont want output so throw it into a black hole # (the null device) #the symbol at the end of the line says dont wait for this to finish, just move # onto the next command # cd /home/pi/dump1090 ./dump1090 --net --net-sbs-port 30003 --quiet > /dev/null & cd ~ # #start the fr24 feeder(use you own key) #log output to /tmp/fr24feed.log ... this is actually im memory #create a new file each time we start #view the file using tail -f /tmp/fr24feed.log #(dont do this with dump1090 ... too much output ... will fill memory) # # export FR24AUTHIP=83.140.247.20 ./fr24feed_arm-le_233s --fr24key=1234567890abcdef > /tmp/fr24feed.log &
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment