Hello,
To simplify the implementation of a SPI prototype, i was wondering if there is SPI implementation example.
Cheers,
Arnaud
Hello,
To simplify the implementation of a SPI prototype, i was wondering if there is SPI implementation example.
Cheers,
Arnaud
Hello Arnaud,
This is something planned to be added by the end of April - such SPI sample implementation would help to explain better the integration of SPI into the code of an application. The aim is to give some basic tutorial accessible from FFDC Documentation - https://developer.fusionfabric.cloud/documentation/sample-clients#sample-apps-overview
Regards,
Pawel
Just coming back on this thread – to make sure that you are aware.
You can refer to GitHub for the Sample SPI integration: https://github.com/fusionfabric/ffdc-sample-spi
You can also find some more information in the Documentation section here: https://developer.fusionfabric.cloud/documentation/sample-app-spi
The purpose of the Sample SPI is to show how a third-party can integrate with FFDC platform when providing an implementation for any of the SPI contracts defined. For instance the sample demonstrates how it is possible to integrate with provided security mechanisms, e.g. token check or signature validation.
Thank you Pawel !
We were able to implement connection with SPI, and It seems to work quite well.
Regards.
2 People are following this question.