------------------------------------------------ L C D N E S T A T version 1.2 ------------------------------------------------ by Patrick Lagacé (patou@sympatico.ca) http://lcdnetstat.intellos.net LCDNetstat is protected by the GPL license see COPYING for more informations DESCRIPTION ----------- LCDnetstat it`s a lcdproc client that show all the tcp/ip connection on a computer. MINIMUM REQUIREMENTS -------------------- Software: Perl 5, LCDproc 0.4-pre9 Hardware: Crystal fontz LCD display or Matrix Orbital LCD display INSTALL ------- 1) copy lcdnetstat where you want it (example: /usr/local/bin) 2) copy lcdnetstat.conf in the same directory specified in step 1 OR in /etc/ (lcdnetstat will serch for lcdnetstat.conf in his own directory first, IF IT DONT FIND IT, it will search in /etc/) 3) edit lcdnetstat.conf to change it how you want it USAGE ----- lcdnetstat (there is no command line switch) CHANGE ------ Version 1.2 - now use only one table (for ip and port) - the timestamp no longer use a system call - show the port used on the remote computer - now the line will scroll if it`s more than 20 caracters - integration of the configuration file - change the title from the configuration file - add IgnoreList feature from the configuration file - add NameResolution feature from the configuration file - add a debug mode - add LCDproc server settings from the configuration file Version 1.1 - change title to "TCP/IP Connections" - add a message when there is no incoming connections - change the way to work with netstat, unstead using an open, we now use an array - fix the bug about the intermittent broken pipe Version 1.0 - original release