:: Re: [DNG] an alternative to poetter…
Top Page
Delete this message
Reply to this message
Author: aitor_czr
Date:  
To: dng
Old-Topics: Re: [DNG] simple-netaid-backend debugged.
Subject: Re: [DNG] an alternative to poettering's ifplugd
Hi all,

On 17/3/19 13:45, aitor_czr wrote:
>
> I'm also working on an alternative to poettering's ifplugd for the
> automatically wired connect option of simple-netaid.
>
> Aitor.
>

Here you are the code:

gnuinos.org/examples/netproc/main.c

Install the libiw-dev and ethtool packages, and build the file:

gcc main.c -liw -o main

and run it in the command line:

$ ./main

The output will be:

The wire is PLUGGED/UNPLUGGED

The unplug event is detected inmediatly, but the unplug event takes a
few seconds. It's working for me.

I need testers.

Thanks in advance :)

Aitor.