iotivity-lite icon indicating copy to clipboard operation
iotivity-lite copied to clipboard

Android: implement network monitor feature for SDK >= 30

Open Danielius1922 opened this issue 1 year ago • 0 comments

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.

Danielius1922 avatar Jul 07 '23 10:07 Danielius1922