This man page is for SatPulse 0.3, which is currently in development. It may not accurately describe the versions of SatPulse available for download. If you have installed SatPulse, refer to the installed man pages for an accurate description.

NAME

satpulsetool - command-line tool to support satpulsed

SYNOPSIS

satpulsetool [global options] command [command options]

DESCRIPTION

satpulsetool is a command-line tool that supports satpulsed.

COMMANDS

The command must be one of the following.

gps
Configure and control the GPS receiver.
serial
Examine serial ports.
sdp
Manage Software Defined Pins (SDPs) of PTP Hardware Clocks (PHCs)
syncsim
Simulate synchronizing a PHC with a GPS receiver
convobs
Convert GNSS observation data
decode
Decode a GPS packet from hex or ASCII data.
annotate
Add fields to a JSONL packet log showing decoded packets.
pack
Convert a JSONL packet log to a packet byte stream.
scan
Convert a packet byte stream to a JSONL packet log.
replay
Replay a JSONL packet log, generating JSONL events, similar to an event log.
ntrip
Ntrip client.
pmc
PTP management client

OPTIONS

These options must be specified before the command.

-h, --help
Show usage help.
-V, --version
Show the version and exit.
-v
Be verbose. Multiple -v options will increase verbosity.

EXAMPLES

Show help for satpulsetool:

satpulsetool --help

Show help for satpulsetool gps command:

satpulsetool gps --help

SEE ALSO

satpulsed(8), satpulsetool-gps(1), satpulsetool-serial(1), satpulsetool-pack(1), satpulsetool-scan(1), satpulsetool-sdp(1), satpulsetool-syncsim(1), satpulsetool-convobs(1)