Created
September 1, 2022 14:27
-
-
Save nerdegem/137d3193b5d232e2c588ef3aa616a455 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Program options: | |
| -h [ --help ] This help message | |
| --inConnect arg Input connector. Format: host:port | |
| --inConnectId arg Input connector with ID. Format: host:port:id | |
| --inServer arg Input server. Format: port | |
| --inServerId arg Input server with Id. Format: port:id | |
| --inServerUdp arg Input udp server. Format: port | |
| --inSerial arg Input serial. Format: port[:speed[:flow_control]] | |
| FlowControl: none,software,hardware | |
| --outConnect arg Output connector. Format: type:host:port | |
| Types: beast,avr,avrmlat,msg,sbs30006,beastmlat,msg | |
| mlat | |
| --outConnectId arg Output connector with Id. | |
| Format: host:port[:name:lat:lon:TEXT:freq] | |
| --outConnectUdp arg Output udp connector. Format: type:host:port | |
| Types: beast,avr,avrmlat,msg,sbs30006 | |
| --outServer arg Output server. Format: type:port | |
| Types: beast,avr,avrmlat,msg,sbs30006,sbs10001,fats | |
| v,beastmlat,msgmlat | |
| --globes arg Enable Globe-S server. Format | |
| port:tablename:stationid | |
| --web arg Enable Web Server on port (default: off) | |
| --google-key arg Google Maps key | |
| --web-auth arg Enable web auth username:password (default: off) | |
| --disable-web-log Disable Web Log (default: on) | |
| --silhouettes arg Set Silhouettes directory | |
| --pictures arg Set Aircraft Pictures directory | |
| --db arg Set DB Filename | |
| --dbro arg Set DB filename for read-only using | |
| --keep Enable Beast output keepalive message (default: | |
| off) | |
| --frdb arg Set FlightRoute DB Filename | |
| --location arg Receiver location Lat:Lon | |
| Example: --location 36.2:-115.3 | |
| --add-reference-point arg Add a new reference point for calculating distance | |
| and azimuth on a Google map | |
| Example: --add-reference-point 38.5:-114.6:[Label] | |
| --add-points arg Add an additional point (one or more) with | |
| coordinates on a Google map | |
| Example: --add-points 36.2:-115.3:[Label1] | |
| [38.5:-112.6:[Label2]] ... | |
| --localtime Set a Local time in output messages in MSG format | |
| (default: UTC) | |
| --filter-expire arg Filter expire time, sec (default: 20) | |
| --valid-adsb arg Set parameters of validation for ADS-B messages: | |
| msgs/seconds | |
| Example: --valid-adsb 1:2 (default 6:12, max 10:60) | |
| --valid-modes arg Set parameters of validation for Mode S messages: | |
| msgs/seconds | |
| If count set to 0, then only messages with correct | |
| parity will be accepted as valid | |
| Example: --valid-modes 10:4 (default 0:5, max | |
| 100:30) | |
| --filter-nocountry Allow messages with unassigned ICAO24 addresses | |
| (default: off) | |
| --filter-dup arg Enable Duplicate filter (default: off) | |
| --flight-expire-time arg Flight expire time, seconds (default: 3600) | |
| --log-noconsole Disable logging to console (default: on) | |
| --log-file arg Enable logging to file (default: off) | |
| --log-level arg Set logging level 0..5 (default: 4) | |
| 0 disabled, 1 error, 2 warning, 3 notice, 4 info | |
| 5 debug | |
| --metric Switch to metric system of distance measurement | |
| (default: imperial) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment