Supplied plugins

This lists the plugins included in the nyssr.net download.

Plugins are JAR files loaded by a nyssr.net node either at startup or during runtime. They typically contain services or microservices that they provide to the node or the entire network. Almost all advanced features of nyssr.net are delivered as plugins.

Plugins must define a class that implements the IPlugin interface. This class is specified in the JAR file's manifest. Upon loading, the class is instantiated and initializes the content of the JAR file.