This page provides instructions for setup, job execution and host management. Instructions for querying are available on the ArtNet: Usage page.

Setup

Job execution

The class JobRunner is responsible for running processing jobs. In the sample directory there is a script called run.bat which calls the JobRunner class. It takes only one parameter – name of the XML file containing the processing job definition (alternatively, a name of a folder can be passed, if the folder contains a file named exactly job.xml).

So, for example, to run the ArtNet job, the following command should be executed:

run artnet

which is the same as running

run artnet/job.xml

Host management

This page is still under construction.
Additional content will be available soon.