|
ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.mrstampy.esp.openbci.OpenBCITester
public class OpenBCITester
Main class to demonstrate local and remote notifications from the
MultiConnectOpenBCISocket.
| Constructor Summary | |
|---|---|
OpenBCITester()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
No args == testLocalAggregation(), any args ==
testRemoteAggregation(). |
protected static void |
testLocalAggregation()
Demonstrates local raw data acquisition from the OpenBCI. |
protected static void |
testRemoteAggregation()
Connects to the MultiConnectOpenBCISocket on the default port
(12345) to receive raw data events. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenBCITester()
| Method Detail |
|---|
protected static void testLocalAggregation()
throws java.lang.Exception
java.lang.Exception - the exception
protected static void testRemoteAggregation()
throws java.lang.Exception
MultiConnectOpenBCISocket on the default port
(12345) to receive raw data events.
java.lang.Exception - the exceptionAbstractSocketConnector#SOCKET_BROADCASTER_KEY}
public static void main(java.lang.String[] args)
throws java.lang.Exception
testLocalAggregation(), any args ==
testRemoteAggregation().
args - the arguments
java.lang.Exception - the exception
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||