Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

All device network settings entities are structured as follows:

entity:

  • [string] Hostname: The name of the host device

  • [Uri] ProxyServer: The Uri address of the proxy server

  • [string[]]ProxyBypass: The proxy bypass server names 

  • [string] TimeServer: The Uri address for the NTP server

  • [DeviceWiredSettings] Wired: Defines the target settings for the "eth0" interface (the first ethernet interface)

  • [DeviceWirelessSettings] Wireless: Defines the target settings for the "wlan0" interface (used for WiFi connections)
  • [int] WiredConnectionPriority: This defines a metric for the given "eth0" interface. BrightAuthor uses only 0 and 1 (0 is highest priority, 1 is the next highest priority).
  • [int] WirelessConnectionPriority: This defines a metric for the given "wlan0" interface. BrightAuthor uses only 0 and 1 (0 is the highest priority, 1 is the next highest priority).





  • No labels