Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishwaldo/ledmessageboard
A Linux Driver for a LED Message Board.
https://github.com/fishwaldo/ledmessageboard
Last synced: 2 days ago
JSON representation
A Linux Driver for a LED Message Board.
- Host: GitHub
- URL: https://github.com/fishwaldo/ledmessageboard
- Owner: Fishwaldo
- License: gpl-3.0
- Created: 2015-10-14T15:11:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T02:19:11.000Z (about 9 years ago)
- Last Synced: 2024-10-13T09:13:29.019Z (about 1 month ago)
- Language: C++
- Size: 348 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.