Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fido-device-onboard/readme
Description about different repositories within Secure Device Onboard organization.
https://github.com/fido-device-onboard/readme
fdo sdo
Last synced: about 2 months ago
JSON representation
Description about different repositories within Secure Device Onboard organization.
- Host: GitHub
- URL: https://github.com/fido-device-onboard/readme
- Owner: fido-device-onboard
- License: apache-2.0
- Created: 2021-05-12T10:56:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T05:36:41.000Z (7 months ago)
- Last Synced: 2024-06-19T13:09:06.807Z (7 months ago)
- Topics: fdo, sdo
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://github.com/secure-device-onboard/client-sdk-fidoiot) | C-based reference implementation for Device component defined in FDO specification. |
| [pri-fidoiot](https://github.com/secure-device-onboard/pri-fidoiot) | JAVA-based reference implementation for all components defined in FDO specification. |
| [release-fidoiot](https://github.com/secure-device-onboard/release-fidoiot) | Hosts binary artifacts of different tagged releases of FDO specification implementations. |
| [test-fidoiot](https://github.com/secure-device-onboard/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](https://github.com/secure-device-onboard/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](https://github.com/secure-device-onboard/client-sdk) | C-based reference implementation for Device component defined in SDO protocol. |
| [iot-platform-sdk](https://github.com/secure-device-onboard/iot-platform-sdk) | JAVA-based reference implementation for Owner component defined in SDO protocol. |
| [pri](https://github.com/secure-device-onboard/pri) | JAVA-based reference implementation for all components defined in SDO protocol. |
| [rendezvous-service](https://github.com/secure-device-onboard/rendezvous-service) | JAVA-based reference implementation for Rendezvous component defined in SDO protocol. |
| [release](https://github.com/secure-device-onboard/release-fidoiot) | Hosts binary artifacts of different tagged releases of FDO protocol implementations. |
| [supply-chain-tools](https://github.com/secure-device-onboard/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](https://github.com/secure-device-onboard/docs) | Maintains source for the documents hosted on [GitHub IO](https://secure-device-onboard.github.io/docs). |
| [epid-verification-service](https://github.com/secure-device-onboard/epid-verification-service) | JAVA-based implementation to support EPID signature verification through REST end-points. |
| [readme](https://github.com/secure-device-onboard/readme) | Contains details about different repositories within Secure Device Onboard organization. |