Skip to content

fido-device-onboard/readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

FIDO Device Onboard (FDO) is functionally compatible with Secure Device Onboard (SDO). We recommend users to switch to FDO components. The support for Secure Device Onboard (SDO) has been discontinued from March 31, 2023.

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.