Jump to content

User Reference:ConnectorFilters

From BCI2000 Wiki
Revision as of 16:21, 7 November 2007 by Mellinger (talk | contribs)

Function

The ConnectorFilters provide an implementation of the BCI2000 App Connector protocol.

Filter Placement

Typically, the ConnectorInput filter is the first filter in the Application Module, which allows external changes to BCI2000 state to affect the application module's behavior immediately. Similarly, the ConnectorOutput filter is placed last in the application module, such that state information read over the protocol will immediately reflect the application module's state changes.

Detailed Description

A description of the connector protocol, along with client example code, and configuration examples, is provided on a separate App Connector page.