iotivity-lite
iotivity-lite copied to clipboard
Android: implement network monitor feature for SDK >= 30
Network monitor is implemented by selecting on NetLink socket, but binding on a Netlink socket is protected from SDK 30 (see: https://github.com/iotivity/iotivity-lite/issues/475).
The feature for SDK 30 and later has to be reimplemented by polling of interfaces.