xref: /openbmc/docs/features.md (revision 2c17ba1e)
1# OpenBMC Features
2
3Follow links to learn more about OpenBMC features:
4
5* [BMCWeb][] HTTP/Web server
6* [Phosphor WebUI][] web application
7* REST Management: [BMCWeb Redfish][], [Phosphor REST APIs][] includes
8  [Host management REST APIs][]
9* [D-Bus interfaces][] describes internal interfaces
10* [D-Bus Object Mapper][]
11* [Remote KVM][]
12* [IPMI in band][] and [IPMI out of band][]
13* Full IPMI 2.0 Compliance with DCMI
14* SSH based SOL: [How to use][SOL How to use]
15* Power and Cooling Management: [Phosphor Fan Control][]
16* [Logging][Phosphor Logging] and [Callouts][Logging Callouts]
17* Zeroconf discoverable through `systemd-networkd`
18* [Sensors][]
19* Inventory: [Entity manager][], [Phosphor inventory manager][] and its [MSL application][]
20* [LEDs][]: see also [LED Groups][]
21* Host Watchdog: [Phosphor Watchdog Implementation][]
22* [Power State management] and [Chassis Power control][]
23* [Network management][]
24* [Factory reset][]
25* [User management][Phosphor User Management]
26* Time (time of day clock) management
27* [Certificate management][]: [Phosphor Certificate Manager][]
28* [Simulation][] via QEMU
29* [Firmware update support][]
30* [POWER OCC Support][POWER OCC Implementation] (On Chip Controller)
31* [Automated Testing][]
32* LDAP
33* Remote syslog
34
35[Automated Testing]: https://github.com/openbmc/openbmc-test-automation/blob/master/README.md
36[BMCWeb]: https://github.com/openbmc/bmcweb/blob/master/README.md
37[BMCWeb Redfish]: https://github.com/openbmc/bmcweb/blob/master/DEVELOPING.md#redfish
38[Certificate management]: https://github.com/openbmc/phosphor-dbus-interfaces/tree/master/xyz/openbmc_project/Certs/README.md
39[Chassis Power control]: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Chassis/README.md
40[D-Bus interfaces]: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/README.md
41[D-Bus Object Mapper]: https://github.com/openbmc/docs/blob/master/object-mapper.md
42[Entity manager]: https://github.com/openbmc/entity-manager/blob/master/README.md
43[Factory reset]: https://github.com/openbmc/phosphor-dbus-interfaces/tree/master/xyz/openbmc_project/Common/FactoryReset/README.md
44[Firmware update support]: https://github.com/openbmc/docs/blob/master/code-update/code-update.md
45[Host management]: https://github.com/openbmc/docs/blob/master/host-management.md
46[Host management REST APIs]: https://github.com/openbmc/docs/blob/master/host-management.md
47[IPMI in band]: https://github.com/openbmc/docs/blob/master/ipmi-architecture.md
48[IPMI out of band]: https://github.com/openbmc/ipmitool/blob/master/README
49[LED Groups]: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Led/README.md
50[LEDs]: https://github.com/openbmc/docs/blob/master/LED-architecture.md
51[Logging Callouts]: https://github.com/openbmc/phosphor-dbus-interfaces/tree/master/xyz/openbmc_project/Common/Callout/README.md
52[MSL application]: https://github.com/openbmc/phosphor-dbus-monitor/blob/master/mslverify/README.md
53[Network management]: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Network/README.md
54[Phosphor Certificate Manager]: https://github.com/openbmc/phosphor-certificate-manager/blob/master/README.md
55[Phosphor Fan Control]: https://github.com/openbmc/phosphor-fan-presence/blob/master/README.md
56[Phosphor inventory manager]: https://github.com/openbmc/phosphor-inventory-manager/blob/master/README.md
57[Phosphor Logging]: https://github.com/openbmc/phosphor-logging/blob/master/README.md
58[Phosphor REST APIs]: https://github.com/openbmc/docs/blob/master/rest-api.md
59[Phosphor User Management]: https://github.com/openbmc/docs/blob/master/user_management.md
60[Phosphor Watchdog Implementation]: https://github.com/openbmc/phosphor-watchdog
61[Phosphor WebUI]: https://github.com/openbmc/phosphor-webui/blob/master/README.md
62[Power OCC Implementation]: https://github.com/openbmc/openpower-occ-control
63[Remote KVM]: https://github.com/openbmc/obmc-ikvm/blob/master/README.md
64[Sensors]: https://github.com/openbmc/docs/blob/master/sensor-architecture.md
65[Simulation]: https://github.com/openbmc/docs/blob/master/development/dev-environment.md
66[Power State management]: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/State/README.md
67[SOL How to use]: https://github.com/openbmc/docs/blob/master/console.md
68