Skip to content

Components to make it easy to use Intel's SDO with open-horizon

License

Notifications You must be signed in to change notification settings

bmpotter/SDO-support

 
 

Repository files navigation

Open Horizon SDO Support

Edge devices built with Intel SDO (Secure Device Onboard) can be added to an Open Horizon instance by simply importing their associated ownership vouchers and then powering on the devices. The software in this git repository provides integration between SDO and Open Horizon, making it easy to use SDO-enabled edge devices with Horizon.

The following versions of SDO have been integrated with Horizon. Use the version of the README that is the same as the sdo-owner-service container running on your Horizon management hub.

Note: If you are unsure which version you are running, use the version API below to query it:

export HZN_ORG_ID=<exchange-org>
export HZN_EXCHANGE_USER_AUTH=<user>:<password>
export HZN_SDO_SVC_URL=<protocol>://<sdo-owner-svc-host>:<ocs-api-port>/<ocs-api-path>
curl -k -sS $HZN_SDO_SVC_URL/version && echo

About

Components to make it easy to use Intel's SDO with open-horizon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.4%
  • Go 36.8%
  • Makefile 5.7%
  • Dockerfile 4.1%