Announcement

Collapse
No announcement yet.

How can see what is the maximum range that i get

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

  • #16
    Originally posted by abcd567 View Post
    Yes, it can. I have done it. [/url]
    You would need to change the fr24feed configuration to add --net to the arguments, wouldn't you?

    Comment


    • #17
      (1) Thanks wiedohopf for pointing out the --net which I forgot to mention.

      Add --net to process arguments in settings page at ip-of-pi:8754/settings.html.

      After adding --net, click Save button, then Restart button. Both these buttons are at bottom-right of settings page.

      FR24-settings-Integral-dump1090.png


      (2) The Pi24 image has "read-only file system". This may prevent installation of any other package (seems to be the likely reason for making Pi24 read only).

      Change read-only file system temporarily to read & write system before installing rb24feeder

      Code:
      sudo mount -o remount,rw /
      .
      Last edited by abcd567; 2019-05-17, 21:56.

      Comment

      Working...
      X