Skip to content

Network Discovery Config

Dilpreet edited this page Apr 13, 2020 · 4 revisions

This page outlines the requirements for the network-discovery config file used by DDB.

Config JSON

{
    "name": <Unique name of this device>
    "maxDevices": <Number of max devices this device can know>
    "devices": [
        {
            "name": <Unique name>,
            "ip": <Device IP>
        },
        ...
    ]
}

Name

Unique name of the device. The names are generated as random strings of any length (preferably >= 60 characters) using the base 64 alphabet.

IP

Last known IP of the device.

Clone this wiki locally