bmpotter / SDO-support

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Shell 53.4%Language:Go 36.8%Language:Makefile 5.7%Language:Dockerfile 4.1%