This a Java program, that reads data from devices connected to an Eclipse Kapua and controls them
ver 0.9.0 The program now can connect to an Eclipse Kapua and reads data messages and assets.
Configuration
The main class is the KapuaDemo.Demo.java.
Also there is a config file where you can set up the Eclipse Kapua IP address and the username and password.
Config values:
username: The Kapua User's username password: The Kapua User's password IPaddress: The IP address of the machine running Kapua omitInfo: An array of topics you want to OMIT while tracking console messages. omitInfo values:
INFO: basic information concerning the Demo. UPDATE: information concerning the Kapua. WARNING: warns about wrong settings or environment ERROR: reports an error TRACE: shows StackTrace DEBUG: shows deeper information about the Demo.