| Interface | Description |
|---|---|
| DeviceFoundListener |
Interface that defines event handling for asynchronous discovery.
|
| Class | Description |
|---|---|
| AddpClient |
This class implements the ADDP client protocol for discovering Digi devices.
|
| AddpDevice |
Represents a device that has responded to an ADDP query.
|
| MacAddress |
A simple MAC Address class.
|
| MagicCookie |
A MagicCookie is a value determined by the device vendor that represents a group
of devices.
|
| Enum | Description |
|---|---|
| AddpDevice.AddpError | |
| AddpDevice.AddpWlanAuthMode | |
| AddpDevice.AddpWlanEncMode |
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