Skip to content

SNComponents

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

[root](https://./#Root components)

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.

Root components

Clone this wiki locally