hillct

Results 26 comments of hillct

When I first migrated off the Transcend firmware it was from Version 1.8. The likelihood is that in version 1.9 the bootloader arrangement was altered in some way to expect...

My goal was to simplify the build while making it more flexible, allowing for custom package insertion, and specifically avoiding the approach of cloning the entire buildroot repo to incorporate...

The wpa_supplicant build cleanup https://github.com/hillct/kcard-buildroot/commit/c9e717a227882374d9fdb4b2268d0244e2bf7b80 is unrelated but I was going to pull it in anyway. It ended up as part of this pull request because I was taking a...

My inclination in this regard is to take the following approach: config file: /mnt/sd/wificonfig would contain variable configurations including: ``` defaultwifimode = wifiNetwork1 = wifiPassword1 = wifiNetwork2 = wifiPassword2 =...

As a general matter, we're in complete agreement. First, with regard to /mnt/sd/wificonfig the intent was merely to allow easy user configuration, where my use case for a KeyASIC card...

My thinking regarding workflow for web UI and /mnt/sd config paths was this: If a user has a card with a /mnt/sd partition, and that user places a file containing...

ok, that's some of the worst code I've come across in a long time. "Lets shell out from compiled C, with hadcoded parameters, and just hope that iwconfig and wpa_supplicant...

I wonder if all this could be accomplished entirely within the udhcpc event script using the events described here: http://pl.digipedia.org/man/doc/view/udhcpc.8/ in this case, all we'd need to do is keep...

My experience with lua is 10 years out of date, and it wasn't all that extensive back then. If you can attack the lua side of things, I'll go at...

It looks like the included luasocket library as currently compiled doesn't contain the unix socket code needed to reimplement the wpa_supplicant command interface in LUA at this point. http://lua-users.org/lists/lua-l/2009-11/msg00517.html I'm...