It is currently May 6th, 2024, 3:34 pm

[Solved] Need help with Network script from HUD.vision

Get help with creating, editing & fixing problems with skins
mbelholm
Posts: 10
Joined: November 24th, 2010, 9:32 pm

[Solved] Need help with Network script from HUD.vision

Post by mbelholm »

Hey there

I'm new at rainmeter, i used samurize alot and im used to setup the stuff in samurize.
Im using the Network thing from HUD.vision, and my problem is that it doenst show my traffic only in KB/s or in MB/s.
It changes so it matches what my traffic is, and i have a graph that also shows my traffic - what im looking for, is to change the script in that way that it only shows my traffic in KB/s but also in the graph.

Hope someone knows what im talking about :).



- Morten, Denmark


::: THE NETWORK CODE FROM HUD.VISION :::

Code: Select all

;===========================================
;  Rainmeter configuration file
;===========================================

[Rainmeter]
Author=Jiri Mahel
AppVersion=1.0
Update=1000

;Metadata added by RainBrowser
;http://rainmeter.net/cms/Rainmeter101-EditingSkins

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

;End of added Metadata

[Variables]
fontColor.Text=255, 255, 255, 160
bar.color=255, 255, 255, 50
graph.line1=255, 255, 255, 75
graph.line2=255, 255, 255, 37

FontName=Tahoma
FontHeight=8
AntiAlias=1


;===========================================
;  Download + Upload Network Traffic Display
;===========================================


[TCPIn]
Measure=NetIn

;[TCPInAll]
;Measure=NetIn
;Cumulative=0

[TCPOut]
Measure=NetOut

;[TCPOutAll]
;Measure=NetOut
;Cumulative=0

[NetworkTrafficDL.txt]
Meter=STRING
X=5
Y=14
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
AntiAlias=1
Text="Network Traffic DL"

;[Network.Traffic.Dl.All.txt]
;Meter=STRING
;MeasureName=TCPInAll
;X=155
;Y=0r
;FontColor=#fontColor.Text#
;FontSize=#FontHeight#
;FontFace=#FontName#
;StringAlign=Right
;AntiAlias=1
;AutoScale=1
;NumOfDecimals=2
;LeftMouseDownAction=!RainmeterResetStats

[Network.Traffic.Dl.txt]
Meter=STRING
MeasureName=TCPIn
X=5
Y=14r
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
AntiAlias=1
AutoScale=1
NumOfDecimals=1

[NetworkTrafficUP.txt]
Meter=STRING
X=5
Y=20r
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
AntiAlias=1
Text="Network Traffic UP"

;[Network.Traffic.Up.All.txt]
;Meter=STRING
;MeasureName=TCPOutAll
;X=155
;Y=0r
;FontColor=#fontColor.Text#
;FontSize=#FontHeight#
;FontFace=#FontName#
;StringAlign=Right
;AntiAlias=1
;AutoScale=1
;NumOfDecimals=2

[Network.Traffic.Up.txt]
Meter=STRING
MeasureName=TCPOut
X=5
Y=14r
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
AntiAlias=1
AutoScale=1
NumOfDecimals=1

[Network.Traffic.Dl.graph1]
Meter=Line
MeasureName=TCPIn
X=30
Y=4
H=43
W=160
LineCount=1
LineColor=#graph.line1#
AntiAlias=1
AutoScale=1

;[Network.Traffic.Dl.graph2]
;Meter=HISTOGRAM
;MeasureName=TCPIn
;X=30
;Y=4
;H=42
;W=180
;PrimaryColor=#graph.line2#
;AntiAlias=1
;AutoScale=1

[Network.Traffic.Up.graph1]
Meter=Line
MeasureName=TCPOut
X=30
Y=39
H=43
W=160
LineCount=1
LineColor=#graph.line1#
AntiAlias=1
AutoScale=1

;[Network.Traffic.Up.graph2]
;Meter=HISTOGRAM
;MeasureName=TCPOut
;X=30
;Y=39
;H=42
;W=180
;PrimaryColor=#graph.line2#
;AntiAlias=1
;AutoScale=1
mbelholm
Posts: 10
Joined: November 24th, 2010, 9:32 pm

Re: Need help with Network script from HUD.vision

Post by mbelholm »

No one :confused:
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: Need help with Network script from HUD.vision

Post by Kaelri »

I should warn you that we stopped supporting it about a year ago for a variety of reasons, the main one being that it's badly out of date, and its creator refuses to upgrade.

That said, I think this thread may have the answer to your question.
mbelholm
Posts: 10
Joined: November 24th, 2010, 9:32 pm

Re: Need help with Network script from HUD.vision

Post by mbelholm »

oh didn know that..
thx for the link - will take a look on it.