Project

General

Profile

Feature #3353

Updated by Junxiao Shi over 7 years ago

Save the status of every system network interface and notify if there are any link or address changes in one of them. For example: 

 * `eth0` is unplugged -> emit an a notification about the interface removal signal removed is sent 
 * `wlan0` is down -> emit an internal a notification about the interface state change signal is sent 
 * `wlan1` has a new IP address -> emit an IP a notification about the new address addition signal is sent

Back