I just completed the work necessary to run the LibKi client on Windows! The instructions are here. We are already running the LibKi kiosk software on about 10 Ubuntu thin clients, with around 50 to 75 unique user’s logging in each day.
The system has worked very well, the few issues we have are connected to the fact that I have customized our particular LibKi installation to integrate with the Koha ILS. By doing this, we are able to have a single username and password for each patron, for both Koha and LibKi. Those issues have been resolved, and we have not had any problems since.
I’ve nearly completed a new project for our library system. I have named it LibKi, short for Library Kiosk, though I wish I had gone with KiLock, for the humor.
LibKi was written to take some of the load of handling the public computer systems off our librarians. The libraries currently use sign in sheets and have to keep track of who is on which computer. LibKi allows a patron to login, and a timer keeps track of how much time they have left. I’ve written a script to import our patron data from Koha each night, and to reset every patrons allotment to 30 minutes a day.
The entire system is written in PHP. The daemon is cli-only PHP. The web interface is built on CakePHP and allows librarians to alter a patron’s minutes, log them out, disable their account and send the user a message. The kiosk client is written in PHP/Gtk+ and should run on any OS with Gtk support. I’ve tested it in KDE and XFCE, and it work’s great.
I’ll be putting up a new section for LibKi on this site soon. But for now you can peruse the code at sourceforge here: http://sourceforge.net/projects/libki
Happy Holidays.