It is currently April 25th, 2024, 5:28 pm

AIDA64 Plugin

Share and get help with Plugins and Addons
dotnet
Posts: 78
Joined: September 15th, 2011, 10:59 am

AIDA64 Plugin

Post by dotnet »

Hi @all,

I've done the beta of my work.

This plugin shows you the measured values ​​of AIDA64 via shared memory.

I know you can make this via the Registry, but this is easyer and less work than the Registry.

I'm testing the Plugin now.

Anyone interested?
dotnet
Posts: 78
Joined: September 15th, 2011, 10:59 am

Re: AIDA64 Plugin

Post by dotnet »

I think it is easyer.

If someone want to have or to try this, please write this here.

Then I give Informations and Upload it.
User avatar
JoBu
Posts: 271
Joined: February 16th, 2011, 12:46 am
Location: California

Re: AIDA64 Plugin

Post by JoBu »

I'd be interested in seeing it, do you have a skin made for it yet?
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: AIDA64 Plugin

Post by Seahorse »

AIDA64 software, if so yes please assuming it can pull everything across... :twisted:
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

dotnet
Posts: 78
Joined: September 15th, 2011, 10:59 am

Re: AIDA64 Plugin

Post by dotnet »

I don't understand you, i'm german, sorry!

But i answer.

Yes, this monitoring software, this you must have.
you can read all values you selected to use with "extern application -> SharedMemory"

I want to imlement measure by WMI, for non AIDA64 users.
But this eats ressource, Aida two, but WMI at finish little more i think.

With this SharedMemory Aida uses 2-4% CPU Usage.

With Wmi uses Rainmeter this Load!!!

...
dotnet
Posts: 78
Joined: September 15th, 2011, 10:59 am

Re: AIDA64 Plugin

Post by dotnet »

Here is a .rmskin installer with a sample SKIN
and the Plugin for 32bit (Please sent me if work)
and the 64bit Plugin (It works :))

After install and first load of an ini with using this dll the
dll makes a txt. file in ..\Rainmeter\Skins\AIDA64SM (example Skin Folder)
named IDsForPlugin.

In this you can Read the MeasureID values for the ini's.

This are the id's of you choice from Aida64->Setting->extern application
Shared Memory must be enabled :)

Good luck and text and send feedback to improve some bugs (If everybody found one :))

See You
You do not have the required permissions to view the files attached to this post.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: AIDA64 Plugin

Post by poiru »

I don't use AIDA64, so can't test, but I have one suggestion: a shorted plugin name. "PluginAida64SharedMemorySupport.dll" is a little too long for my taste ;)
dotnet
Posts: 78
Joined: September 15th, 2011, 10:59 am

Re: AIDA64 Plugin

Post by dotnet »

long name...
yes, i would write it smaller... :)

I finished in the next day the wmi part to get all this without Aida.
Then I Post and if you want to test, please make it :)

Cia
dotnet
Posts: 78
Joined: September 15th, 2011, 10:59 am

Re: AIDA64 Plugin

Post by dotnet »

Support Rainmeter only .Net-Framework 2.0
or why the Templates are 2.0?
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: AIDA64 Plugin

Post by poiru »

dotnet wrote:Support Rainmeter only .Net-Framework 2.0
or why the Templates are 2.0?
I would assume newer versions of .NET are supported as well. I can't confirm as my knowledge of .NET/C# is rather limited.