Skip to content

SNComponents

Thomas Schwotzer edited this page Sep 4, 2020 · 12 revisions

Root components Dependent components Write you own component

SN2 is a showcase, test platform and playground to implement new application components. Here are some SN2 component rules:

  • No circular dependencies. Components can use others but vice-versa. There is a component hierarchy. Components with no further dependencies are called root compoments
  • Components implement the ASAPApplicationComponent interface.
  • There is an example that shows how it can be integrated with SharkNetApp.
  • Each Component uses its own ASAPEngine and can be distinguished from other by its format.

Root components

Secure Key and contact management

Dependent components

Makan

Write you own component

Clone this wiki locally