A Linux Driver for a LED Message Board.
Find a file
2015-11-02 10:19:00 +08:00
config use new LoggerCPP library instead of boost::log 2015-10-19 23:51:19 +08:00
dist update systemd stuff 2015-10-24 01:18:25 +08:00
doc First Commit 2015-10-14 23:12:36 +08:00
scripts restart after failure 2015-11-02 10:19:00 +08:00
src fix up these perms for now 2015-10-24 01:39:12 +08:00
.gitignore Initial commit 2015-10-14 23:11:12 +08:00
CMakeLists.txt update with new paths etc 2015-10-23 16:02:09 +08:00
LICENSE Initial commit 2015-10-14 23:11:12 +08:00
README.md update Readme 2015-10-24 01:04:40 +08:00

LEDMessageBoard

A Linux Driver for a LED Message Board.

This is a little program I wrote to update the message displayed on a Led Message Board.

The Message Board is available here: http://www.dx.com/p/programmable-scrolling-led-name-message-advertising-tag-badge-red-light-107826

There are two ways to update messages on the board:

  1. via a telnet connection to port 8000 (default) with a userid of Admin and password of "password" (can be set in /etc/LMBd.cfg)
  2. writting to a file located in /var/spool/LMBd/message-<1-6> where 1-6 represents the message slot.

There is also a sample python script that pulls some info from a zabbix server and displays it on the board.

Any questions? just raise a new issue.