albertodonato / ads-b-snap

Snap package for ADS-B, Mode S, and Mode 3A/3C demodulator and decoder
GNU General Public License v2.0
6 stars 1 forks source link

Configuration #1

Closed Arjaes closed 2 years ago

Arjaes commented 2 years ago

Your ADS-B program a SNAP installed program is working as expected, however configuration is difficult to find online, since using SNAP alters all the usual folder that contain configuration files. I found some in the read only SNAP folder, but of course could not alter them.

I just gave up for the day.

Por Favor apúntame a esa información. Thanks for the effort.......

Robert J Sori J is for Javier, I am Cuban

albertodonato commented 2 years ago

Hi, configuration with the snap is done through the snap set commands described in the README.

Could you please specify what kind of configuration you want to change?

Arjaes commented 2 years ago

The lon and lat coordinates, I did set the command via snap And it accepted the change.

But the map still begins in Nee York and the H home button sends the map back to the New York area.

That's when I tried to hard code the info into the tar1090 configuration.

Bob Sori


From: Alberto Donato @.> Sent: Saturday, March 26, 2022 1:37:51 AM To: albertodonato/ads-b-snap @.> Cc: Arjaes @.>; Author @.> Subject: Re: [albertodonato/ads-b-snap] Configuration (Issue #1)

Hi, configuration with the snap is done through the snap set commands described in the README.

Could you please specify what kind of configuration you want to change?

— Reply to this email directly, view it on GitHubhttps://github.com/albertodonato/ads-b-snap/issues/1#issuecomment-1079640974, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADLDY3C6ZSE7L2RZBKSYRTDVB3EF7ANCNFSM5RV43VOA. You are receiving this because you authored the thread.Message ID: @.***>

albertodonato commented 2 years ago

This is quite strange. I wonder if it's not accepting the coordinates because of the format. It should be something like

snap set ads-b coord.lat=xx.xxxx coord.lon=yy.yyyy

Did you use this format?

Arjaes commented 2 years ago

Yes, I am not at my laptop, I believe I enclosed them in quotes ""


From: Alberto Donato @.> Sent: Saturday, March 26, 2022 10:26:41 AM To: albertodonato/ads-b-snap @.> Cc: Arjaes @.>; Author @.> Subject: Re: [albertodonato/ads-b-snap] Configuration (Issue #1)

This is quite strange. I wonder if it's not accepting the coordinates because of the format. It should be something like

snap set ads-b coord.lat=xx.xxxx coord.lon=yy.yyyy

Did you use this format?

— Reply to this email directly, view it on GitHubhttps://github.com/albertodonato/ads-b-snap/issues/1#issuecomment-1079738170, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADLDY3DBYBOTR76KQI4JBIDVB5CFDANCNFSM5RV43VOA. You are receiving this because you authored the thread.Message ID: @.***>

Arjaes commented 2 years ago

@.*** 22:18:11 /snap $:
sudo snap set ads-b coord.lat=36.2191622

@.*** 22:19:22 /snap $:
sudo snap set ads-b coord.long=-115.3197568

@.*** 22:19:51 /snap $:

I used these commands

On Sat, 2022-03-26 at 10:26 -0700, Alberto Donato wrote:

This is quite strange. I wonder if it's not accepting the coordinates because of the format. It should be something like snap set ads-b coord.lat=xx.xxxx coord.lon=yy.yyyy Did you use this format? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

albertodonato commented 2 years ago

It seems you might have a typo there coord.long vs coord.lon.