Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
/ python_aida64 Public archive

A python implementation of reading aida64 data via shared memory

License

Notifications You must be signed in to change notification settings

gwy15/python_aida64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_aida64

A python implementation of reading aida64 data via shared memory. Works on Windows only, as you would imagine.

Usage

>>> import python_aida64
>>> from pprint import pprint
>>> pprint(python_aida64.getData())
{'fan': [{'id': 'FCPU', 'label': 'CPU', 'value': '906'},
         {'id': 'FCHA1', 'label': 'Chassis #1', 'value': '2601'}],
 'pwr': [{'id': 'PCPUPKG', 'label': 'CPU Package', 'value': '19.13'},
 [... more lines]

About

A python implementation of reading aida64 data via shared memory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages