BAN - Solms | ||||||||||||||
What is COM LEDCOM LED is a tiny addon that shows your 'internet-status' with a LED connected to a RS-232 port on your IPCop. Installation
UpgradingJust follow the steps under Installation, no need to uninstall first. Usage
Just watch the LED. After installation COM LED will automatically start and is installed in /etc/rc.d/rc.local. To manually start or test, first stop COM LED using: killall comled. Then start by using comled COM1 or comled COM2 (for serial port 1 or 2 respectively). Following command line parameters are available (or simply call comled without parameters): -d for daemon mode -q for quiet mode Schematics: To use the switches following template script is included and installed: #!/bin/sh # launched by comled # # adjust actions according to your needs # See how we were called. case '$1' in CTS) echo 'COMLED: CTS' ;; DSR) echo 'COMLED: DSR' ;; DCD) echo 'COMLED: DCD' ;; RI) echo 'COMLED: RI' ;; *) echo 'Usage: $0 {CTS|DSR|DCD|RI}' ;; esacJust modify to suit your needs. You could for example programm a connect / disconnect or ..... Was ist COM LEDsiehe oben Download
Credits
The binary was programmed by Michael 'ForestJump' and presented in ipcop-forum.de. I merely changed bits and pieces and made an AddOn out of it. History
|
Last modified: 2007-05-19 |