Hi, I've downloaded the bandwidth monitor ( http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1134 ). The problem is, that i'm using windrop, and it isn't working under windows. Possibly the following (bolded) two lines have to be rewritten:
namespace eval bandwidth {
variable api "/proc/net/dev"
##########################################
# <interface>:<alias> seperated by a ','
# or a hex representation of 2e, for
# windows use only win:<whatever>
##########################################
variable interface "eth0:LAN,eth1:LAN,ppp0:WAN" ;# for windows win:<something> without the others..