Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/troian/dmidecode

dmidecode for Darwin and *nix
https://github.com/troian/dmidecode

Last synced: 27 days ago
JSON representation

dmidecode for Darwin and *nix

Awesome Lists containing this project

README

        

# dmidecode

Decode DMI output into Golang structs and/or json
This library requires `dmidecode` executable

## Install dependencies
### MacOS
```bash
brew install cavaliercoder/dmidecode/dmidecode
```
### Debian based distributives
```bash
sudo apt-get install dmidecode
```

# Examples
Some minimal is [here](https://github.com/troian/dmidecode/blob/master/example)

# Note
This library is for `*nix` hosts only

### License

Distributed under the [MIT License](https://rem.mit-license.org)