Digi ADDP Library
version 1.0-SNAPSHOT

Package com.digi.addp

Top-level package for discovery of Digi devices using ADDP.

See: Description

Package com.digi.addp Description

Top-level package for discovery of Digi devices using ADDP.

The starting point for all discovery is to instantiate the AddpClient class and use searchForDevices or searchForDevicesAsync.

You can also perform a discovery from the command line by running the library JAR file as follows:

     java -jar AddpLibrary.jar
 

By default, the output will be limited to a table listing the MAC address, IP address, and hardware name of each discovered device. For a more verbose output (displaying all available information for each device), add the -v argument:

     java -jar AddpLibrary.jar -v
 

Digi ADDP Library
version 1.0-SNAPSHOT