-
Notifications
You must be signed in to change notification settings - Fork 6
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.
{
"name": <Unique name of this device>
"maxDevices": <Number of max devices this device can know>
"devices": [
{
"name": <Unique name>,
"ip": <Device IP>
},
...
]
}
Unique name of the device. The names are generated as random strings of any length (preferably >= 60 characters) using the base 64 alphabet.
Last known IP of the device.