Installing the Dodwan Network API plugin

Install this plugin like any other DoDWAN plugin: unzip the plugin ZIP archive in the $DODWAN_HOME/plugins directory.

Running the Dodwan Network API plugin

This plugin does nothing by itself. You should install another plugin (e.g. the Dodwan Websocket Network API plugin) to actually benefit from a usable network API.

When launching DoDWAN, you should put in the shell variable dodwan_plugins the short name of the Dodwan Network API plugin, followed by the actual network Network API plugin name.

For example, the following command starts DoDWAN with the Websocket Network API plugin (dodwan-napi-ws), and its dependency, the Network API plugin (dodwan-napi):

dodwan_plugins=dodwan-napi,dodwan-napi-ws  dodwan.sh start