perl-LCDd handles communication with an LCDproc v0.4 server. With this Perl library you avoid using raw sockets and the native LCDproc protocol.
Be the first to post a text review of perl-LCDd. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Changelog for LCDd.pm ================================================================================ LCDd v0.02 -------------------------------------------------------------------------------- - Widget can no longer be instaniated. Instead, new classes exist for Title, Text, VBar, HBar, Frame. - "output" and "backlight" are now implemented; - There is now a main loop and a call-back mechanism; it is cool. You can specify when you create a screen or LCD object to receive notifications when certain messages or acknowlegements come from the server. LCDd v0.02 -------------------------------------------------------------------------------- - Changed name to LCDd to avoid confusion with the lcdproc client as this is an interface to LCDd the display server. - Corrected bugs in the documentation, LCDd::Server does not exist :) - The widget's attributes can now be accessed over the class LCDd::Widget->{text} for example - A widget->new() accepts now the widget's attributes and sets them (though it does not yell on missing arguments) - The library does not die anymore on missing widget attributes instead it just prints out an error message LcdProc v0.01 -------------------------------------------------------------------------------- - Initial release
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?