AcarsDeco2 - up to 3-channels ACARS SDR receiver for RTL2832 dongle

sergsero

New Member
Yes, the same.
Only one proviso that the correction in SDR# was performed with the same sampling rate (1.4MSpS) and, preferably, close to that used in acars frequencies (~130MHz).

Inside the archive there is a file .txt, in which all the details described.
 
sure but du you try keenerds driver?
How about my idea with an csv output instead of the current logfile?
It would be more easy to import in a Database.
 
Hey
please tell me what did you chance in the last x versions?
i dont understand what you mena with vrs and adsb messages?!

How many frequency can you application monitore at the same time?
Here the list for 136 from the IACO:
Code:
 --freq 136575000 --freq 136600000 --freq 136625000 --freq 136650000 --freq 136675000 --freq 136700000 --freq 136725000 --freq 136750000 --freq 136775000 --freq 136800000 --freq 136825000 --freq 136850000 --freq 136875000 --freq 136900000 --freq 136925000 --freq 136950000 --freq 136975000
 
Last edited:

tonkepen

New Member
Someone could tell me please take this statement to photos of a website and have to put ?.

--pictures-url <arg> for the ability to take images of the aircrafts from site, which can issue their by http requests

The truth is I do not quite understand how to put it.
 

sergsero

New Member
Hi tonkepen,

There are three possible variants to add source of pictures.

1. Images can be placed on the same computer where the program runs. Just put their into existing subdirectory pictures which is inside the static folder:

pictures_the_same_comp.jpg


No options are required:
Code:
acarsdeco2 --gain 38.6 --freq-correction 64 --freq 131550000 --freq 131725000 --http-port 8880


2. If anywhere in network there is a HTTP server, then images can be placed on it. For example, put their in the web folder pictures. Check access to pictures via browser:

pictures_http.png


To use add the command line option: --pictures-url http://192.168.64.160/pictures/
Code:
acarsdeco2 --gain 38.6 --freq-correction 64 --freq 131550000 --freq 131725000 --http-port 8880 --pictures-url http://192.168.64.160/pictures/


3. If simultaneously with "ACARS" you are receiving "ADS-B" from the same aircrafts in VirtualRadarServer:

pictures_from_vrs.jpg


add the command line option: --vrs-url http://192.168.64.85:80
Code:
acarsdeco2 --gain 38.6 --freq-correction 64 --freq 131550000 --freq 131725000 --http-port 8880 --vrs-url http://192.168.64.85:80

and you'll able to obtain pictures and other data from VRS in acarsdeco2's WEB:

acarsdeco2.jpg



Regards,
sergsero
 

sergsero

New Member
Please update your version to the latest version 20150718. The download link is in the first message of this forum thread.
Example of running the program on your frequency 126475 , 127225:
ad2_20150718.png
 

Griffin

New Member
Please update your version to the latest version 20150718. The download link is in the first message of this forum thread.
Example of running the program on your frequency 126475 , 127225:

Hello Sergsero ,

New version 20150718 do working on 2 channel now :), Was having trouble with the early version acarsdeco2_osx_20150419

Regard
 

tonkepen

New Member
Sergsero:

Thank you for your comprehensive explanation, so glad. I understood perfectly.

I remember that there was a software network to automatically come down like the pictures of the aircraft as you were going to receive, and you kept them in your folder dijeses him, but I do not really remember his name.

Well thank you very much again.
 

Henk58

New Member
Hello all
Can not get the pictures thing to work.
In acarsd the program automaticly get the pictures from image-servers like, planepictures.net, airliners.net and so.
Does enyone nows what the adres is to fill in in acarsdeco2 so acarsdeco2 also get the pictures from there?

Henk



Hi tonkepen,

There are three possible variants to add source of pictures.

1. Images can be placed on the same computer where the program runs. Just put their into existing subdirectory pictures which is inside the static folder:

pictures_the_same_comp.jpg


No options are required:
Code:
acarsdeco2 --gain 38.6 --freq-correction 64 --freq 131550000 --freq 131725000 --http-port 8880


2. If anywhere in network there is a HTTP server, then images can be placed on it. For example, put their in the web folder pictures. Check access to pictures via browser:

pictures_http.png


To use add the command line option: --pictures-url http://192.168.64.160/pictures/
Code:
acarsdeco2 --gain 38.6 --freq-correction 64 --freq 131550000 --freq 131725000 --http-port 8880 --pictures-url http://192.168.64.160/pictures/


3. If simultaneously with "ACARS" you are receiving "ADS-B" from the same aircrafts in VirtualRadarServer:

pictures_from_vrs.jpg


add the command line option: --vrs-url http://192.168.64.85:80
Code:
acarsdeco2 --gain 38.6 --freq-correction 64 --freq 131550000 --freq 131725000 --http-port 8880 --vrs-url http://192.168.64.85:80

and you'll able to obtain pictures and other data from VRS in acarsdeco2's WEB:

acarsdeco2.jpg



Regards,
sergsero
 
Top