Posted by member 25427 on 2003-04-29 01:39:02 link

I used a combination of both label and netmeter which turned out to be optimal. I still can't get a percentage of net usage, but perhaps I'll have to write a function to divide NetIn by NetTotal, and viceversa for NetOut. In any case, I'm now able to make sure my computer is safe from any snoopers who may be trying to sneak onto my computer and use my bandwidth. For further reference, this code (in rainmeter.ini) will display network usage In/Out in bits:

[MeasureNetIn]
Measure=NetIn

[MeasureNetOut]
Measure=NetOut

[NetInMeter]
MeasureName=MeasureNetIn
Interface 1
Meter=string
FontCOlor=FFFFFF
FontFace=Courier
FontSize=10
AutoScale=1
Prefix="Download: "
X=10
Y=10
H=10
W=200

[NetOutMeter]
MeasureName=MeasureNetOut
Interface 1
Meter=string
FontCOlor=FFFFFF
FontFace=Courier
FontSize=10
AutoScale=1
Prefix="Upload: "
X=10
Y=35
H=10
W=200


Thanks guys, you've been extraordinarily helpful in aiding litestep modification/customization!