mutability / dump1090

Dump1090 is a simple Mode S decoder for RTLSDR devices
528 stars 137 forks source link

Web page issue: Not updating location from gps #148

Closed assapir closed 8 years ago

assapir commented 8 years ago

system: RPI 2 with ArchLinuxArm, latest dump1090 from git. there is GPS connected to the rpi. In the config.json there is this documentation:

// Center marker. If dump1090 provides a receiver location, // that location is used and these settings are ignored.

SiteShow = false; // true to show a center marker SiteLat = 45.0; // position of the marker SiteLon = 9.0; SiteName = "My Radar Site"; // tooltip of the marker

even thou the gps is working (I can see my location on FlightAware site), and SiteShow set to true, the coordinates aren't set to the gps location.

Also - SiteName doesn't show as tip on the site spot.

mutability commented 8 years ago

dump1090-mutability doesn't have any integration with the GPS location information that piaware collects; use dump1090-fa for that.

mutability commented 8 years ago

Or you can arrange for dump1090 to be started including the args from /var/cache/piaware/location.env, the details of which you will need to work out yourself as I have no idea how the arch packaging is set up.

anish commented 8 years ago

@mutability sorry to jump in on the thread, but where does dump1090-fa reside nowadays ? My understanding was that the repo was removed from flightaware

mutability commented 8 years ago

http://github.com/flightaware/dump1090

anish commented 8 years ago

@meijin007 try using https://aur.archlinux.org/packages/dump1090-fa-git/ (despite the name, it pulls from this repo)

assapir commented 8 years ago

@anish actually, this is the package I am using.

pacman -Qs dump1090 local/dump1090-fa-git 1:1.15.r288.g729d91c-1

I found the location where @mutability said, is there a way to send it to dump1090 as argument --lat and --lon ?