Sylphase SDGPS
The software-defined GPS(/GNSS) toolkit
help-json

A utility that will output all of the data usually printed by sdgps help but in JSON format, so it is easier for a program to parse.

Help

Usage:

help-json [OPTION]...

Allowed options:

Option Description
--help produce help message
--output-file FILENAME write output to FILENAME (default: write output to console)

Example

sdgps help-json --output-file help.json

This example will completely overwrite the file help.json or create it if it is not already present.