MainDaemon.py

class MainDaemon.MainDaemon[source]

The Main Daemon runs the Ockle Core, and controls the Server network, It loads the plugins which decide what the network behavior should be

getAvailablePluginsListIndex(dict={})[source]

Get an Index of available plugins @return: a dict with available plugins with their name as the index, and the description as their value

getPluginList()[source]

Get a list of all class plugins @return: a list of all class plugins

reload(dataDict)[source]

A general function to reload everything

shutdown()[source]

Shutdown Ockle

Project Versions

Previous topic

Ockle’s Core functions

Next topic

Ockle’s Network Tree Data Structure

This Page