# Bluemonkey Plugin                         {#bluemonkey_plugin}

[TOC]
# Bluemonkey Plugin
Version: @PROJECT_VERSION@

Bluemonkey is a javascript rendering engine that allows the scripting of source plugin behavior in javascript.

To use the OBD-II Source plugin, add the following config to your /etc/ambd/config:

~~~~~~~~~~~~~{.js}
{
	"name" : "bluemonkey",
	"path" : "@PLUGIN_INSTALL_PATH@/bluemonkeyplugin.so",
	"config" : "/etc/ambd/bluemonkey/config.js"
}
~~~~~~~~~~~~~

# Configuration Key Definitions:

| Key               | Definition                                                              |  Default Value     |
| :---------------- | :---------------------------------------------------------------------- | :----------------- |
| "name"            | Name of plugin                                                          |                    |
| "path"            | Path to plugin on the filesystem                                        |                    |
| "config"          | Path to the bluemonkey configuration script                             | "0"                |


# Bluemonkey Javascript API:

see bluemonkey.idl

