/SensorThingsProcessor

Automatic processors for the OGC SensorThings API

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

SensorThingsProcessor Build Status

Automatic processors for the OGC SensorThings API

Configuring

Start the jar with no options to open the configuration GUI.

java -jar SensorThingsProcessor-0.10-jar-with-dependencies.jar

Running

The Processor takes the following command line options.

-noact -n :
    Read the file and give output, but do not actually post observations.

-config -c [file path] :
    The path to the config json file.

-daemon -d :
    Run in daemon mode, not listening for 'Enter' to exit.

-online -o :
    Run in on-line mode, listening for changes and processing as needed.

Start the Processor with no options to open the configuration GUI.