1GPSSMOOTH(1)                 FlightGear man pages                 GPSSMOOTH(1)
2
3
4

NAME

6       GPSsmooth - send NMEA-formatted GPS data to a FlightGear instance
7

SYNOPSIS

9       GPSsmooth  --help  | --file file_name [--hertz hertz] [--host hostname]
10       [--broadcast] [--fdm-port port] [--ctrls-port port]
11

DESCRIPTION

13       GPSsmooth is a utility that reads a text file containing  GPS  data  in
14       NMEA  format,  parses  it  and  sends  it  to a FlightGear instance for
15       replaying.
16

OPTIONS

18       --help Display usage information and exit.
19
20       --file file_name
21              Read GPS data from file_name. This option is mandatory if --help
22              is not specified.
23
24       --hertz hertz
25              Specify  the frequency to use for sending data to the FlightGear
26              instance.  By default, events are sent at a frequency of 60 Hz.
27
28       --host hostname
29              Send the data to the FlightGear instance running on hostname.
30
31              If --host is not specified, the default is to send the  data  to
32              localhost.
33
34       --broadcast
35              Send flight data model and control data as broadcast packets.
36
37       --fdm-port port
38              Set  the  port  flight  data  model  data  should be sent to. By
39              default, data is sent to port 5505.
40
41       --ctrls-port port
42              Set the port control data should be sent to. By default, data is
43              sent to port 5506.
44

EXIT STATUS

46       GPSsmooth  exits  with  0 on success, with -1 if the syntax of the com‐
47       mand-line arguments is wrong or an error occurs.
48

SEE ALSO

50       fgfs(1), MIDGsmooth(1), UGsmooth(1)
51
52
53
54FlightGear                        2017-06-04                      GPSSMOOTH(1)
Impressum