:: Re: [DNG] Systemd Shims
Top Page
Delete this message
Reply to this message
Author: Edward Bartolo
Date:  
To: dng
Subject: Re: [DNG] Systemd Shims
Now comes the hardest part for me: preparing a source package and
uploading it. I will need some instructions for that.

Some more debugging and both sources for backend and frontend will be
ready for upload.


----------------------------------------------------------------------------------
On 19/08/2015, Edward Bartolo <edbarx@???> wrote:
> This is giving some trouble.
>
> iwlist wlan0 scanning
>
> fails when there is no connection. This is something like needing the
> egg before the chicken.
>
> The application works and can be considered Alpha Stage. I am using it
> to connect and disconnect but I have to somehow get the neighbouring
> wifi hotspots :)
>
> On 19/08/2015, Steve Litt <slitt@???> wrote:
>> On Wed, 19 Aug 2015 14:29:02 +0100
>> Edward Bartolo <edbarx@???> wrote:
>>
>>> This is the completed C backend with all functions tested to work. Any
>>> suggestions as to modifications are welcome.
>>>
>>> The C code:
>>
>> Hi Edward,
>>
>> It compiles. Nice!
>>
>> You get a few warnings:
>>
>> ==============================================
>> slitt@mydesq2:/d/at/devuan/bartolo$ gcc -Wall backend.c
>> backend.c: In function ‘main’:
>> backend.c:188:8: warning: unused variable ‘out’ [-Wunused-variable]
>> backend.c: In function ‘saveFile’:
>> backend.c:99:2: warning: control reaches end of non-void function
>> [-Wreturn-type]
>> slitt@mydesq2:/d/at/devuan/bartolo$
>> ==============================================
>>
>> If there's a way to attach files to dng emails, that would probably be
>> better, as the code wouldn't word wrap. Did you intend saveFile() to
>> return something?
>>
>> I'll email back as soon as I've looked the code over.
>>
>> Thanks,
>>
>> SteveT
>>
>> Steve Litt
>> August 2015 featured book: Troubleshooting: Just the Facts
>> http://www.troubleshooters.com/tjust
>> _______________________________________________
>> Dng mailing list
>> Dng@???
>> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
>>
>