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:
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:
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:
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:
Regards,
sergsero