This page provides instructions for setup, job execution and host management. Instructions for querying are available on the ArtNet: Usage page.
Setup
- Download and extract the SemNet binaries from the Download page. The directory structure of the archive is described on the ArtNet: Usage page (with the exception of the data folder, which is not included in the SemNet binary package.
- The package contains the configuration for ArtNet.
- To execute the job of ArtNet, continue to the Job execution section.
- To create a custom configuration, follow the information on the SemNet: Documentation page first.
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:
which is the same as running
Host management
This page is still under construction.
Additional content will be available soon.