Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 3.39 KB

README.md

File metadata and controls

39 lines (29 loc) · 3.39 KB

Repositories

Secure Device Onboard organization implementations for both FIDO Device Onboard (FDO) specification as well as Secure Device Onboard (SDO) protocol.

FDO Specific Repositories

The following repositories are created to support implementations for FDO specification.

Repository                      Description
client-sdk-fidoiot C-based reference implementation for Device component defined in FDO specification.
pri-fidoiot JAVA-based reference implementation for all components defined in FDO specification.
release-fidoiot Hosts binary artifacts of different tagged releases of FDO specification implementations.
test-fidoiot TestNG-based test code used to validate pull requests in pri-fidoiot and client-sdk-fidoiot repositories.

SDO Specific Repositories

The following repositories are created to support implementations for SDO protocol.

Repository                      Description
all-in-one-demo JAVA and Docker based solution to host all service components (Owner, Manufacturer, Rendezvous) defined in SDO protocol. Reuses binaries from iot-platform-sdk, pri, supply-chain-tools and rendezvous-service.
client-sdk C-based reference implementation for Device component defined in SDO protocol.
iot-platform-sdk JAVA-based reference implementation for Owner component defined in SDO protocol.
pri JAVA-based reference implementation for all components defined in SDO protocol.
rendezvous-service JAVA-based reference implementation for Rendezvous component defined in SDO protocol.
release Hosts binary artifacts of different tagged releases of FDO protocol implementations.
supply-chain-tools JAVA-based reference implementation for Manufacturer and Reseller component defined in SDO protocol.

Common repositories

The following repositories contain artifacts related to both FDO as well as SDO releases.

Repository                      Description
docs Maintains source for the documents hosted on GitHub IO.
epid-verification-service JAVA-based implementation to support EPID signature verification through REST end-points.
readme Contains details about different repositories within Secure Device Onboard organization.