Skip to content

viam-labs/win-reg-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows registry sensor

This is a viam module that reads windows registry keys using the golang registry package.

Example config

{
  "keys": [
    "SOFTWARE\\Viam",
    "SOFTWARE\\Viam:version"
  ]
}

This produces output:

{
  "SOFTWARE\\Viam": {
    "version": "123",
    "": "hello"
  },
  "SOFTWARE\\Viam:version": "123"
}

The SOFTWARE\\Viam:version is a special form that reads the version value inside the Viam key.

Limitations

This currently only supports string keys.

About

sensor module for grabbing windows registry keys

Resources

License

Stars

Watchers

Forks

Packages

No packages published