wiedehopf / readsb

ADS-B decoder swiss knife
Other
321 stars 70 forks source link

Send GPS Signal to readsb #37

Open madjuju opened 1 year ago

madjuju commented 1 year ago

How can l send my location to reads ? L what to run it while l move

RundesBalli commented 1 year ago

https://gpsd.gitlab.io/gpsd/

From readsb --help:

--net-connector=<ip,port,protocol>
Establish connection, (...) Protocols: (...) gpsd_in, (...)

So you have to set up gpsd, check which port gpsd provides your position from your gps antenna, and then put into the readsb config: sudo nano /etc/default/readsb

--net-connector 127.0.0.1,<gpsd-port>,gpsd_in
madjuju commented 1 year ago

Yes it's OK So can l send my location to tar1090 ?

RundesBalli commented 1 year ago

If I remember correctly, tar1090 loads your position with a full-reload of the site.

https://github.com/wiedehopf/readsb/issues/37#issuecomment-1529511728

wiedehopf commented 1 year ago

Will autoupdate while on the page. There is a setting in the webpage menu to update gps location or sth ...

RundesBalli commented 1 year ago

grafik

madjuju commented 1 year ago

l have found "update location" cleared my cache but nothing appear

madjuju commented 1 year ago

it's OK gaps was not fully configured.

Thank you very much

thumax commented 10 months ago

Does gpsd integration in readsb only move the marker on the map or does it also update the station location that is sent to adsbexchange for MLAT?