aboutsummaryrefslogtreecommitdiffstats
path: root/config/lcdproc-dev
Commit message (Collapse)AuthorAgeFilesLines
* Add privileges configuration to lcdproc-dev packagedoktornotor2015-11-141-5/+5
|
* Add privileges configuration to lcdproc-dev packagedoktornotor2015-11-141-0/+40
|
* Add privileges configuration to lcdproc-dev packagedoktornotor2015-11-141-4/+8
|
* lcdproc-dev - 2.1.x compatible boot checkdoktornotor2015-09-111-4/+6
|
* lcdproc-dev - code style fixesdoktornotor2015-08-131-841/+844
| | | | | | - Fix copyright header - Indentation and code style fixes - Replace backticks with shell_exec() - Replace deprecated split() function with explode()
* lcdproc-dev - code style fixesdoktornotor2015-08-131-8/+48
| | | | | - Add missing copyright header - Fix indentation - Remove unused function
* lcdproc.xml - remove accidental leftover in file headerdoktornotor2015-08-131-2/+0
|
* lcdproc-dev - code style fixesdoktornotor2015-08-131-498/+507
| | | | | - Fix copyright header - Code style and indentation fixes - Replace bogus boot check with platform_booting()
* lcdproc-dev - code style fixesdoktornotor2015-08-131-64/+135
| | | | | - Add missing copyright header - Fix permissions - Fix indentation/whitespace
* lcdproc-dev - remove useless config_(un)lock callsdoktornotor2015-08-111-4/+1
|
* lcdproc-dev remove useless config_(un)lock callsdoktornotor2015-08-111-4/+1
|
* lcdproc-dev - remove useless config_(un)lock callsdoktornotor2015-08-111-13/+0
|
* lcdproc-dev localhost fixdoktornotor2015-08-111-1/+1
| | | Get fix from #945 into the -dev version as well. (Planning to do a code style cleanup for this one as well, but it takes some time.)
* Sanitize LCDproc and LCDproc-dev version, add port_category, run_depends and ↵Renato Botelho2015-04-281-1/+1
| | | | fix pbi checking
* Fixup config path for lcdproc on 2.2jim-p2015-02-121-1/+6
|
* it's $lcdproc_config['comport'] that can be "none" but $realportyylyyl2014-09-231-1/+1
|
* lcd2usb doesn't need Device to be specified, also fix traffic displayyylyyl2014-09-232-5/+6
|
* Fix call-time pass-by-reference in lcdproc-dev, bumpjim-p2014-05-093-10/+10
|
* Update lcdproc_client.phptopper7272014-04-041-0/+1
| | | Fixed the LED4 to show gateway status on CrystalFontz displays. Please update version number
* Fixup URLs:Renato Botelho2014-03-181-4/+4
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* CrystalFontz packet driver 4 status LED fixtopper7272013-10-311-9/+15
| | | Fixed 4 status LED's on left side of CrystalFontz 735 display (635 compat) To show correct. Only the Gateway seems to not function for me.
* Update lcdproc.xmlTony2013-09-181-0/+1
| | | - Small bug (forgot <option>)
* Merge pull request #486 from voyagertm/patch-2Renato Botelho2013-09-181-3/+19
|\ | | | | Update lcdproc.inc
| * Update lcdproc.incvoyagertm2013-09-161-3/+19
| | | | | | | | - Added the extra USB COM port from lcdproc.xml - Changed the HD44780 part to fit the lcdproc.xml and other changes
* | Update lcdproc.xmlvoyagertm2013-09-161-3/+87
|/ | | | | - Changed the version - Added an extra USB COM port someone needed - Added option for the HD44780 driver
* Don't manually copy sdeclcd.so, it's included in the binary package now.jim-p2013-07-091-6/+1
|
* GUI form typo fix for lcdproc-devPhil Davis2013-01-211-1/+1
| | | Also, this form also a mix of conventions for the field labels "Com Port" "Port speed"... That mix happens in lots of GUI forms. I wonder what the pfSense project standard is - each word starts in uppercase, or just the first word? e.g. The OpenVPN Server form has "Concurrent connections" and "Duplicate Connections", and subheadings "Tunnel Settings" and "Advanced configuration".
* Allow lcdproc_client to run foreverPhil Davis2012-10-261-0/+2
| | | In 2.1 a CPU time limit of 900 seconds is set for PHP scripts. Normal scripts used by the GUI should do their thing and finish. But lcdproc needs to run "forever" in the background.
* lcdproc-dev - include boot process check to avoid multiple instancesMarcello Coutinho2012-05-151-56/+15
|
* Removed the while cycle to stop the service.Michele Di Maria2012-02-221-8/+8
|
* LCDProc: Again on the service start/stop/restartMichele Di Maria2012-02-204-9/+7
| | | | | | - The Client now runs in background (added a trailing & at the end of the command that runs the client); - Removed the delays in the script during the service stop; - Fixed the "default max states" information when it is not defined explicitally in the advanced configuration.
* Improvements for stability and optimizazionsMichele Di Maria2012-02-094-89/+83
| | | | | | | | | | | | | | | | - Improved the reception of data from LCDd. Now there's a cycle that run until there's no more data do receive. Before that there was the possibility of a buffer overflow in LCDd. The timeout of the receiving socket is 25ms. - Optimized the number of commands sent to LCDd every cycle. Now it is sent only the half; - Rewritten with better code the error handling; - Increased to 3 the number of attempts the client performs to reconnect to LCDd in case of disconnection; - Simplified the startup scripts. Now lcdproc_client.sh is not generated/run anymore, since the error handling is managed by the client; - Changed the startup scripts to run both LCDd then the client as "nice" process; - Capped the wait time between each client cycle to 5 seconds. It still is calculated as the refresh frequency * the number of screen activated, but now it's capped; - Increased to 8000 chars the trunk of data received from LCDd; - Improved the "service stop" script. Now it cycle until LCDd is definitely killed and works even if LCDd is hung; - Added a "welcome" string on the panel at the LCDd startup; Thanks, Michele
* Kills explicitly the clients on the package resyncMichele Di Maria2012-02-013-3/+7
|
* - Added a 20ms delay between each command sent from the client to LCDproc.Michele Di Maria2012-02-014-21/+36
| | | | | - Better managed errors. Now the client resets the error counter every successful communication session with LCDproc (before was a global counter). The error counter is managed inside the client (lcdproc_client.php). - Because of the above change, now the "client script" (lcdclient.sh) do not cycle anymore.
* - Fix the uptime screenMichele Di Maria2012-01-234-17/+20
| | | | | | - In the settings, "Enable LCDproc" becomes "Enable LCDproc at startup" - Added "After Install Info" message - Limited the client loop to three times. After three errors connecting to the LCDd service the client will end
* Correct old defunct email addresssmos2012-01-152-4/+4
|
* Updates LCDProc to 0.5.5 (very experimental)Michele Di Maria2012-01-102-4/+4
| | | | Rename the sdelcd driver to "Watchguard Firebox w/ SDEC LCD"
* - Removed driver "HD44780 fast" since the problem why this fork was created ↵Michele Di Maria2012-01-084-35/+170
| | | | | | | | has been solved in a different way - Set the custom Keys and Menu section for the "sdelcd" driver - Added the Blacklight setting. Now it is possible to optionally turn the blacklight on, off or (default) to leave it managed by the panel - Added the "output led" support for the "CFontz633" driver. This is totally to test since my panel doesn't have any output led, worked almost blind
* Adds the sdeclcd driver.Michele Di Maria2012-01-063-4/+16
|
* Many improvements/tweaks.Michele Di Maria2012-01-053-52/+334
| | | | | | - Added in the com port selection: com1 (dev/cua0), com1 and com2 alternative (dev/cuau0 and dev/cuau1) - Added com port speed selection (hope users won't make a mess) - Added Contrast/Brightness/Offbrightness selection. If the setting from the user do not match the possibility of the driver the setting is just ignored.
* Some little fix/debug.Michele Di Maria2012-01-043-5/+24
| | | | Added the driver "hd44780 fast" as alternative to the previous driver that had set some delays.
* Changed the USB com ports description to lower case.Michele Di Maria2012-01-041-2/+2
|
* Uses the pfSense built-in functions to start/stop/restart the service in ↵Michele Di Maria2011-12-191-51/+13
| | | | stead of the functions defined by the first developer.
* The previous change solves the problems on save, not during reinstall.Michele Di Maria2011-12-181-2/+3
| | | | | | This change solves also the problems during reinstall. Thanks Michele
* Stops the service before doing anything to the configuration.Michele Di Maria2011-12-181-7/+10
| | | | This solves a problem during reinstall and saving the settings while the service is running.
* - Added 40x2 display size (I found out that some display has this size)Michele Di Maria2011-12-174-40/+225
| | | | | | | - I managed in the code ALL the drivers available in the package. Consider that before this change only 12 drivers on 35 were supported. Now all the selectable panels are supposed to work, with the default configuration values. If someone has problems with the new added drivers please let me know - I added the IN/OUT statistics for a selectable interface. For the selected interface IN and OUT bytes are shown - In the summary (visible to the ones that have a 4 line display) I added, if the width of the panel is bigger than 16 rows, the frequency in percent currently used - I reduced the CPU interval in the load calculation from 1s to 250ms. This because setting the refresh of the panel to 1 second was actually 2 seconts (1 to wait for the refresh, 1 to wait for the CPU calculation)
* Sorry, a couple of fixes in the files directories...Michele Di Maria2011-12-161-4/+4
|
* Many improvementsMichele Di Maria2011-12-163-15/+32
| | | | | | | 1) Added the Package Info page (points to the forum page) 2) Added "(x86 only)" for the description of the nexcom driver (the only one outside the build platform) 3) Solved a problem that in certain condition caused a high CPU usage 4) Added as optional the "welcome screen+version"
* Updates LCDProc to version 0.5.4.Michele Di Maria2011-12-164-0/+1574
Include a full list of all the drivers available (default build). This is a development version under test, it's not granted it works in all conditions. Reference: http://redmine.pfsense.org/issues/1406