Hardware Reference
In-Depth Information
Let this run and finish if you like, or stop the test program with Ctrl+C.
Move back to the /opt/ directory to prepare Dump1090, our signal decoding script:
$ cd /opt/
Then create the /dump1090 directory with Git:
$ git clone git://github.com/MalcolmRobb/dump1090.git
Cloning into 'dump1090'...
remote: Counting objects: 687, done.
remote: Compressing objects: 100% (420/420), done.
remote: Total 687 (delta 411), reused 521 (delta 259)
Receiving objects: 100% (687/687), 712.00 KiB | 72 KiB/s, done.
Resolving deltas: 100% (411/411), done.
Change directories into dump1090 :
$ cd dump1090
Type make and press Enter. This too will take a little time as it compiles, so mark your
spot in this tutorial and take a short break if you like. (We always support eating pie
while building with the Pi.)
After make has finished, you'll be just about ready to run the app. If you haven't noted
the IP address of your Raspberry Pi yet, do so now with ifconfig , which results in
something like this:
eth0 Link encap:Ethernet HWaddr b8:27:eb:81:54:dc
inet addr:192.168.1.17 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:17 errors:0 dropped:0 overruns:0 frame:0
TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2042 (1.9 KiB) TX bytes:2042 (1.9 KiB)
The address after inet addr: will be the IP address you will use to view the plane traffic
in a web browser after starting the script, which you're ready to do!
Search WWH ::




Custom Search