/rpc

The Remote Provisioning Client (RPC) communicates with the Manageability Engine Interface (MEI) and Remote Provisioning Service (RPS) interfaces.

Primary LanguageCApache License 2.0Apache-2.0

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel. Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. Intel no longer accepts patches to this project.

Remote Provisioning Client

Disclaimer: Production viable releases are tagged and listed under 'Releases'. All other check-ins should be considered 'in-development' and should not be used in production

The Remote Provisioning Client (RPC) is an application that enables remote capabilities for Intel® AMT, such as as device activation and configuration. To accomplish this, RPC communicates with the Remote Provisioning Server (RPS) to activate and connect the edge device.

For detailed documentation about RPC or other features of the Open AMT Cloud Toolkit, see the docs.

Prerequisites

We leverage GitHub Actions as a means to build RPC automatically leveraging Github's CI/CD Infrastructure. This avoids having to deal with the challenges of getting your build environment just right on your local machine and allows you to get up and running much faster. Read more about GitHub Actions here

Build the Remote Provisioning Client (RPC)

  1. Create a fork of the rpc repository here or via the Fork button in the top-right corner of the rpc repository.

  2. Click on "Actions" and Select "Build RPC (Native)" Workflow.

  3. Click "Run Workflow", select branch "master", and click "Run Workflow".

  4. Grab a coffee. The build for Windows will take approximately 30 minutes and the build for Linux will take approximately 5 minutes.

  5. Once complete, click the completed job, and download the appropriate RPC for your OS under the "Artifacts" section.

For detailed documentation about RPC and using it to activate a device, see the docs