iotaledger / access-server

Apache License 2.0
14 stars 3 forks source link

[AXS-37] Access Actor Reference Implementation #87

Closed bernardoaraujor closed 4 years ago

bernardoaraujor commented 4 years ago

Access API and SDK must be platform agnostic. Reference Implementation must provide the guidelines on how to use the SDK with target platforms. Access Actor is responsible for consuming Access Core APIs (PAP, PEP, PIP and PDP) and interacting with other Actors (Wallet and ASN).

Goals:

Create access.h and access.c with a typedef struct accessSession_t to encapsulate the Access session. Use asnSession_t and wallet_ctx_t as references.

Also create access_init and access_release functions that encapsulate the initialization and destruction of the Access session. Initialization must register the Platform Plugins on each P*P module.

JIRA: AXS-37

djordjeglbvc commented 4 years ago

Resolved in #94