Skip to content

Commit f6b49af

Browse files
Update README:
Add goipmi, supermicro, and a short note about finding the supported features per provider. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent a0f6cbf commit f6b49af

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66

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

9-
## Supported BMC interfaces.
9+
## Supported BMC interfaces
1010

11-
- [Redfish](https://github.com/bmc-toolbox/bmclib/tree/main/providers/redfish)
12-
- [IPMItool](https://github.com/bmc-toolbox/bmclib/tree/main/providers/ipmitool)
13-
- [Intel AMT](https://github.com/bmc-toolbox/bmclib/tree/main/providers/intelamt)
14-
- [Asrockrack](https://github.com/bmc-toolbox/bmclib/tree/main/providers/asrockrack)
11+
See each provider for details on the supported features.
12+
13+
- [Redfish](https://github.com/bmc-toolbox/bmclib/tree/main/providers/redfish)
14+
- [IPMItool](https://github.com/bmc-toolbox/bmclib/tree/main/providers/ipmitool)
15+
- [Intel AMT](https://github.com/bmc-toolbox/bmclib/tree/main/providers/intelamt)
16+
- [Asrockrack](https://github.com/bmc-toolbox/bmclib/tree/main/providers/asrockrack)
17+
- [Pure Go IPMI](https://github.com/bmc-toolbox/bmclib/tree/main/providers/goipmi)
18+
- [Supermicro](https://github.com/bmc-toolbox/bmclib/tree/main/providers/supermicro)
1519

1620
## Installation
1721

0 commit comments

Comments
 (0)