This man page is for the pre-release version of SatPulse 0.2. If you are running an earlier version, refer to the man pages installed on your system.

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.
sdp
Manage Software Defined Pins (SDPs) of PTP Hardware Clocks (PHCs)
decode
Decode a GPS packet from hex or ASCII data.
annotate
Add fields to a JSONL packet log showing decoded packets
replay
Replay a JSONL packet log, generating JSONL events, similar to an event log.
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-sdp(1)