| Building and using a plugin in EMG 3 |
|
|
The EMG Plugin API can be used to implement custom functionality in EMG with very little overhead. An EMG plugin can be called when a message is received and before and after it is sent by implementing different functions in the plugin. The steps to build a plugin are:
The sample "myplugin.c" includes a skeleton for a plugin. In order for the plugin to do something code needs to be added to "myplugin.c". To get EMG to use the plugin you need to install and configure it.
More information |
