tianocore / edk2-redfish-client

Utilizes the EFI protocols provided by EDK2 Redfish Foundation to communicate with the Redfish service for creating, consuming, and updating the Redfish properties which are managed by firmware.
Other
7 stars 5 forks source link

Tianocore Redfish Client

This repository holds EDKII Redfish client libraries, drivers and applications. EDKII Redfish client work with EDKII RedfishPkg, and provides the functionality to support Redfish service hosted by Board Management Controller (BMC) in server. Please check Readme.md for the design of UEFI Redfish EDK2 implementation.

Status

RedfishClientPkg Build

License

The majority of the content in the EDK Redfish Client open source project uses a BSD-2-Clause Plus Patent License. The EDKII Redfish client open source project contains the following components that are covered by additional licenses:

Maintainers

See Maintainers.txt.

Contributing

The review process would be the same as edk2. For more details, please see CONTRIBUTING.md.

How to build (Ubuntu Environment)

Prerequisite

Install packages

apt-get update; apt-get install install gcc g++ make uuid-dev nasm

If the nasm installed above shows build error during build process, we need to install newer version of nasm manually: