Announcement

Collapse
No announcement yet.

Thoughts after a six hour marathon re-install.

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

  • #31
    As on BUSTER, the "Save" button on page IP:8754/settings.html fails to save changes in settings, change settings by editing file fr24feed.ini
    Code:
    sudo nano /etc/fr24feed.ini
    Code:
    receiver="beast-tcp"
    fr24key="xxxxxxxxxxxxxxxx"
    host="127.0.0.1:30005"
    bs="no"
    raw="no"
    logmode="1"
    logpath="/var/log/fr24feed"
    mlat="yes"
    mlat-without-gps="yes"
    
    use-http=yes
    http-timeout=20


    Last edited by abcd567; 2020-01-12, 06:47.

    Comment


    • #32
      Originally posted by abcd567 View Post
      As on BUSTER, the "Save" button on page IP:8754/settings.html fails to save changes in settings, change settings by editing file fr24feed.ini
      Code:
      sudo nano /etc/fr24feed.ini
      Code:
      receiver="beast-tcp"
      fr24key="xxxxxxxxxxxxxxxx"
      host="127.0.0.1:30005"
      bs="no"
      raw="no"
      logmode="1"
      logpath="/var/log/fr24feed"
      mlat="yes"
      mlat-without-gps="yes"
      
      use-http=yes
      http-timeout=20

      Thank you very much for your efforts!

      I would like to view the flights I tracked in the map via port 8080 (as i did in the past).

      How do I have to modify fr24feed.ini to display the map via port 8080?

      Sorry for the question - I'm just a random noob

      Comment


      • #33
        Why do you need port 8080, just look at /dump1090/

        Anyhow the easiest way it this: https://github.com/wiedehopf/adsb-sc...for-dump1090fa

        Otherwise you'll have to modify the lighttpd server settings.
        You could put the complete webserver on 8080 by editing /etc/lighttpd/lighttpd.conf

        Still not sure why you need port 8080.

        Comment


        • #34
          Lufthansa:

          Write Pi24 image to your microSD card (current version pi24-2.1.0.img).

          ADVANTAGES OF PI24 IMAGE:
          (1) in Pi24 image, the Save Settings button on page IP-of-PI:8754/settings.html works and any changes you make will be saved.

          (2) On settings page, in "Process Arguments" field add --net and save and you can see map at IP-of-PI:8080. This map is served by internal web server of dump1090-mutability ver 1.14.

          (3) The map is also available at IP-of-PI/dump1090/gmap.html. This map is served by lighttpd.

          DISADVANTAGE OF PI24 IMAGE:
          (1) The map of dump1090-mutability ver 1.14 serves Google Map with multiple water marks "for development purpose only" and is darkened. You will need to obtain Google API Key to remove water marks and brighten the map.


          FR24 settings - Integral dump1090.png


          Pi24 Map.png
          Last edited by abcd567; 2020-01-13, 00:56.

          Comment

          Working...
          X