Announcement

Collapse
No announcement yet.

FR24 on RPi with piaware and dump1090 already running

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FR24 on RPi with piaware and dump1090 already running

    Hey guys, I would like to feed flightradar24 with my already setup flightaware feeds. I tried the installation but when I run the feed I get this:


    root@flightaware:/home/odroid/fr24feed_rpi# ./fr24feed
    2015-04-09 09:08:03 | [main][i]FR24 Feeder/Decoder [0x02117000]
    2015-04-09 09:08:03 | [main][i]Version: 1.0.12-3/generic
    2015-04-09 09:08:03 | [main][i]Built on 20150209-1316 (r:master-0a6ad34.git/Linux/armv6l)
    2015-04-09 09:08:03 | [main][i]Copyright 2008-2015 (c) Piotr Pawluczuk
    2015-04-09 09:08:03 | [main][i]Flightradar24 AB(http://flightradar24.com)
    2015-04-09 09:08:03 | [main][i]DNS mode: LIBC
    2015-04-09 09:08:03 | ERROR
    2015-04-09 09:08:03 | [main][i]Reader 0 started
    2015-04-09 09:08:03 | [time][i]Synchronizing time via NTP
    2015-04-09 09:08:03 | [httpd][i]Server started, listening on 0.0.0.0:8754
    2015-04-09 09:08:03 | [master][i]Starting processing thread
    2015-04-09 09:08:03 | [reader][i][0]Initializing reader
    2015-04-09 09:08:03 | [reader][i][0]Connecting to Generic receiver via (exe:///usr/lib/fr24/mr-dump1090 --net --net-http-port 8080 --raw)
    2015-04-09 09:08:03 | [reader][i][0]Connected to the receiver, authenticating
    2015-04-09 09:08:03 | [reader][i][0]Authenticated, processing messages
    Found 3 device(s):
    0: Realtek, RTL2838UHIDIR, SN: 00000001 (currently selected)
    1: Generic, RTL2832U, SN: 77771111153705700
    2: Generic, RTL2832U, SN: 77771111153705700
    usb_claim_interface error -6
    Error opening the RTLSDR device: Device or resource busy
    2015-04-09 09:08:03 | [reader][i][0]Connection terminated
    2015-04-09 09:08:03 | [main][i]Terminating child process 5821 with SIGETERM
    2015-04-09 09:08:09 | [reader][i][0]Connecting to Generic receiver via (exe:///usr/lib/fr24/mr-dump1090 --net --net-http-port 8080 --raw)
    2015-04-09 09:08:09 | [reader][i][0]Connected to the receiver, authenticating
    2015-04-09 09:08:09 | [reader][i][0]Authenticated, processing messages
    Found 3 device(s):
    0: Realtek, RTL2838UHIDIR, SN: 00000001 (currently selected)
    1: Generic, RTL2832U, SN: 77771111153705700
    2: Generic, RTL2832U, SN: 77771111153705700
    usb_claim_interface error -6

    How do I get fr24 to just recieve from the port, not open up the already used RTL dongles?

  • #2
    Edit the config file (or use the web on <rpi IP>:8754 to configure it.

    You should have specified AVR Via TCP and specified the output port of the other app talking to the sticks
    Posts not to be taken as official support representation - Just a helpful uploader who tinkers

    Comment


    • #3
      If dump1090 is already running, just use the program from this thread and you'll have it running within seconds!

      ... This software has been removed and is not supported as feeding software any more! We have prepared a beta version of our Linux feeding software. Builds for different architectures can be downloaded using links below: x86/i386, dynamically linked (23/04/2014): https://dl.dropbox

      Comment


      • #4
        as oblivian said the application you using by default does the what dump1090 does for the flightaware software, you need to tell it not to and connect to a network socket (your existing dump1090) instead.
        T-EGLF8

        Comment


        • #5
          Thank you so much daviddoentniets !! I downloaded the one for the raspberry pi (i'm using an odroid C1) and yep, up and running. It did take me about 5 minutes though

          Comment

          Working...
          X