:: Re: [DNG] libnetaid-0.1
Top Page
Delete this message
Reply to this message
Author: aitor
Date:  
To: dng
Subject: Re: [DNG] libnetaid-0.1
Hi,

On 28/7/20 11:08, aitor wrote:
>
> Hi,
>
> On 24/3/20 23:00, aitor_czr wrote:
>> On 3/3/20 15:26, aitor wrote:
>>> I removed the MAC Address so far because it's giving me a
>>> segmentation fault. I hope to fix this issue shortly.
>> The issue has been solved replacing the standard C sprintf() by
>> g_strdup_printf() in the "netproc.c" file, which is similar
>> to the first one but safer.So, the backend of simple-netaid will
>> depend on glib-2.0 until a new solution is found.
>
> I'm pushing the new code of simple-netaid to gitlab:
>
> https://git.devuan.org/aitor_czr/libnetaid
>
> Any feedback is welcome,
>
> Aitor.
>

I'm daemonizing simple-netaid:

https://git.devuan.org/aitor_czr/snetaid

Cheers,

Aitor.