main
:: documentation :: download
:: bugs :: contact
SummaryMTXORBD is a daemon for controlling a matrix orbital LCD screen. The goal is for mtrxord is to eventually be feature complete, to allow control over every aspect of the LCD screen, including custom characters. Historymtxorbd originally started out as a single command line program for use during boot time shell scripts to control the screen with boot up information. It was designed to be simple and direct. This was originally called mtxorbctl, which you can still download from the download page . Years later, someone contacted me about making an additional version of the control program which included graphs. I had always meant to include more features, but never was inspired to write the next version of the software. So, being bribed with a new, blue backlit lcd screen, I wrote the current version of the software. The new version is a client/server program which allows for control over the LCD through a unix domain socket. It allows simultaneous access to the screen, and a priority mode which locks other clients out until you release it. LicenseCopyright © 2003, Russell C. Hay Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- copyright © 2003, Russell C. Hay all rights reserved. |