3 * \section plugins AMB Plugin documentation
5 * \section intro Introduction
6 * AMB plugins each have their own usage documentation including any special AMB Properties or DBus interfaces they define. Below is a description
7 * of several AMB plugins and their documenation:
8 * - \ref bluemonkey_plugin - Extensible javascript engine plugin for defining plugin behavior in javascript
9 * - \ref database_plugin - Plugin that logs data in a sqlite database and can play back logs
10 * - \ref dbus_plugin - Exposes AMB Properties on DBus
11 * - \ref gpsnmea_plugin - GPS Plugin that provides location position data from NMEA compatible devices
12 * - \ref obd2_plugin - Plugin that provides data from OBD-II compatible vehicles
13 * - \ref opencvlux_plugin - Plugin that uses OpenCV to produce ADAS data and perform video logging
14 * - \ref websocket_plugin - Both source and sink plugin that uses a websocket protocol to communicate
15 * - \ref wheel_plugin - Plugin that generates data using the Logitech G27 racing wheel
17 * \section plugins_docs Additional Plugin Documentation
18 * In addition to the plugin documentation listed above, some plugins have additional information. Here are some links: