Skip to content

Commit

Permalink
Update README:
Browse files Browse the repository at this point in the history
Add goipmi, supermicro, and a short note about finding the
supported features per provider.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Jul 12, 2023
1 parent ce7b6ac commit 9e7702a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@

bmclib v2 is a library to abstract interacting with baseboard management controllers.

## Supported BMC interfaces.
## Supported BMC interfaces

- [Redfish](https://github.com/bmc-toolbox/bmclib/tree/main/providers/redfish)
- [IPMItool](https://github.com/bmc-toolbox/bmclib/tree/main/providers/ipmitool)
- [Intel AMT](https://github.com/bmc-toolbox/bmclib/tree/main/providers/intelamt)
- [Asrockrack](https://github.com/bmc-toolbox/bmclib/tree/main/providers/asrockrack)
See each provider for details on the supported features.

- [Redfish](https://github.com/bmc-toolbox/bmclib/tree/main/providers/redfish)
- [IPMItool](https://github.com/bmc-toolbox/bmclib/tree/main/providers/ipmitool)
- [Intel AMT](https://github.com/bmc-toolbox/bmclib/tree/main/providers/intelamt)
- [Asrockrack](https://github.com/bmc-toolbox/bmclib/tree/main/providers/asrockrack)
- [Pure Go IPMI](https://github.com/bmc-toolbox/bmclib/tree/main/providers/goipmi)
- [Supermicro](https://github.com/bmc-toolbox/bmclib/tree/main/providers/supermicro)

## Installation

Expand Down

0 comments on commit 9e7702a

Please sign in to comment.