Hi.
The pet of command file is :
https://www.mediafire.com/file/3jrlf9es ... 4.pet/file
It does not have menu entry runs by terminal.
There is a command that serves us to decode the signs that commercial aircraft sent and show us information relates to its location, company and more things.
To execute it, we must have the SDR device connected to the computer, in my case it is from those of the dongle type, which comes an Antenna de FM that can serve if it is done in an open space and free of buildings. Although a special antenna is better to be mounted for this type of reception.
It may happen that in the area we live there are not many aircraft where we are, with which we will not see anything in the terminal until there is no aircraft.
If we open a terminal and execute.
Code: Select all
dump1090
If everything goes well and there are aircraft through heaven, we will recognize the circuit and began to send data sequentially as shown in the image down.
If we want the information presented to be more ordered and presented the aircraft, we will type.
Code: Select all
dump1090 --interactive
If we want to see the position of the aircraft in Google Map and being connected to the Internet we will write in the terminal:
Code: Select all
dump1090 --interactive --net
And followed we will open for example Seamonkey or Firefox or the browser we use and we will put the address.
We must be connected to the Internet.
Code: Select all
http://localhost:8080
We will move on the map to the area where we are, and we will look at that there are small planes displacing, we must pay attention because they are very small.
For more information:
https://www.mankier.com/1/dump1090
https://en.wikipedia.org/wiki/Automatic ... 3Broadcast
I hope it is useful.
Regards