This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Bandwidth Monitor

Support & discussion of released scripts, and announcements of new releases.
Post Reply
N
NRG88
Voice
Posts: 2
Joined: Thu Nov 17, 2005 10:09 pm

Bandwidth Monitor

Post by NRG88 »

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:

Code: Select all

variable api "/proc/net/dev"
variable interface "eth0:LAN,eth1:LAN,ppp0:WAN" ;# for windows win:<something> without the others..
...they are from...

Code: Select all

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.. 
Can someone help me with this?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

# for windows win:<something> without the others..
Tried System Information?

Do you have onboard ethernet?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

simply put there win:whatever, it doesn't matter what whatever will be, it's not used by the script (stats are obtained by netstat -e command)

api is not used on Windows either (there is no /proc kernel interface on that operating system)
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
N
NRG88
Voice
Posts: 2
Joined: Thu Nov 17, 2005 10:09 pm

Post by NRG88 »

ok, i'll try it :)

Edit: tried it, and nothing happens. It loads the script, but no reactions to the bot :( it does nothing.. Chaneged it to win:whatever
Post Reply