.\"Text automatically generated by txt2man .\" Copyright (c) 2014 Matthew John Ernisse .\" All Rights Reserved. .\" .\"Redistribution and use in source and binary forms, .\"with or without modification, are permitted provided .\"that the following conditions are met: .\" .\" * Redistributions of source code must retain the .\" above copyright notice, this list of conditions .\" and the following disclaimer. .\" * Redistributions in binary form must reproduce .\" the above copyright notice, this list of conditions .\" and the following disclaimer in the documentation .\" and/or other materials provided with the distribution. .\" .\"THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS .\""AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT .\"LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\"FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE .\"COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, .\"INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, .\"BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS .\"OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND .\"ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR .\"TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE .\"USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .TH "VIEW1090-MUTABILITY" "1" "17 August 2014" "" "User Commands" .SH NAME view1090-mutability \- Text client for dump1090 .SH SYNOPSIS .nf .fam C \fBview1090-mutability\fP \fBview1090-mutability\fP \fB--net-bo-ipaddr\fP \fIipaddr\fP \fB--net-bo-port\fP \fIport\fP .fam T .fi .fam T .fi .SH DESCRIPTION \fBview1090-mutability\fP allows you to connect to a TCP Beast compliant stream and view the decoded messages in an ASCII-text table. .RE .PP .SH OPTIONS The supported options are as follows: .TP .B \fB--interactive\fP Display received in a textual table, in real-time. .TP .B \fB--interactive-rows\fP \fInum\fP Max number of rows in interactive mode (default: 15) .TP .B \fB--interactive-ttl\fP \fIsec\fP Remove from list if idle for \fIsec\fP (default: 60) .TP .B \fB--interactive-rtl1090\fP Display flight table in RTL1090 format .TP .B \fB--modeac\fP Enable decoding of SSR Modes 3/A & 3/C .TP .B \fB--net-bo-ipaddr\fP \fIIPv4\fP TCP Beast server address (default: 127.0.0.1) .TP .B \fB--net-bo-port\fP \fIport\fP TCP Beast server port (default: 30005) .TP .B \fB--lat\fP \fIlatitude\fP Reference/receiver latitude for surface posn (opt) .TP .B \fB--lon\fP \fIlongitude\fP Reference/receiver longitude for surface posn (opt) .TP .B \fB--fix\fP Enable single-bits error correction using CRC .TP .B \fB--no-fix\fP Disable single-bits error correction using CRC .TP .B \fB--no-crc-check\fP Disable messages with broken CRC (discouraged) .TP .B \fB--aggressive\fP More CPU for more messages (two bits fixes, \.\.\.) .TP .B \fB--metric\fP Use metric units (meters, km/h, \.\.\.) .TP .B \fB--help\fP Show help .SH EXAMPLES The most basic usage is with no flags, which will connect to the dump1090 instance running on the local host. .PP .nf .fam C view1090-mutability .fam T .fi To connect to a remote instance you can specify the IPv4 address of that host. .PP .nf .fam C view1090-mutability \-\-net\-bo\-ipaddr \fIipaddr\fP .fam T .fi .SH BUGS Report bugs with the program to the project's github page .SH AUTHORS Dump1090 was originally written by Salvatore Sanfilippo . This version is now maintained by Oliver Jowett . This manpage was prepared for Debian by Matthew Ernisse . .RE .PP