Skip to content

map-topology: Adding host devices code with more params

Nevadita requested to merge host_mr into devel

Added the below in the code:

  1. Wifi events are handled to get the connect disconnect events.
  2. Periodic timer is added to check the below: 1.ethernet connection status 2. get the ipaddress in case the DHCP takes time to assign ip
  3. Read of DHCP lease tables to get the ipv4 and ipv6 addresses
  4. config functions are added to get the list of ipv4 and ipv6

Merge request reports