Setup

The first portion of the main class defines a variable to specify the location where the SysInfo runtime product is installed on the local system:

String sysInfoDir = "/opt/sysinfo";

The next variable defines a comma separated list of SysInfo data classes we want to retrieve.

String classes = "general,device,netif";

The variable declaration:

String remoteHostName = "dune";