Skip to content

FraunhoferIOSB/SensorThingsProcessor

Folders and files

NameName
Last commit message
Last commit date
Jan 16, 2024
Jan 30, 2023
Feb 8, 2021
Oct 17, 2023
Aug 3, 2017
Mar 2, 2021
Jul 26, 2018
Feb 8, 2021
Jul 12, 2018
Jan 16, 2024

Repository files navigation

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.