Skip to content

v1.2

Compare
Choose a tag to compare
@gerickson gerickson released this 05 Jan 22:55
· 37 commits to main since this release
  • Added full, first-class observe (that is, read-only) support for HLX network schema properties, including DHCPv4 enabled state, Ethernet network interface EUI-48 hardware address, HLX server host default router / gateway IP address, HLX server host IP address, HLX server host IP netmask, and Control4 SDDP enabled state.

    • The hlxc client program and client library both handle asynchronous notifications for changes in these properties.

    • The hlxproxyd program fully proxies these properties rather than returning previously-composed, canned data.

    • Finally, hlxsimd and the server library accurately generate the property data based on the connection in use.

    • Even though physical HLX hardware only ever supported IPv4, the implementation supports both IPv4 and IPv6 and, in fact, hlxsimd and the server library will emit IPv6 property data if the connection is using IPv6.