network IP addresses monitor widget

Is there a widget that shows all current hosts (IP adresses) in a list? I am not talking about a network bandwidth meter widget.


Solution 1:

Actually there is. Use screenlets. [sudo apt-get install screenlets] = for ubuntu. It has a widget that execute a command and outputs the data in your desktop as a widget in a box. The application screenlets update the command (execute actually) every second if you want to. You can insert into that widget the command netstat -natp

Another solution before i discovered screenlets was a script: The link for the script is: http://innovative.recomm.org/?p=6

The advantage of the script is that you can call it through remote shell

Good luck