ksonda / SensorThingsProcessor

Automatic processors for the OGC SensorThings API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Automatic processors for the OGC SensorThings API

License:GNU General Public License v3.0


Languages

Language:Java 99.9%Language:Dockerfile 0.1%Language:CSS 0.0%