bbci / bbci_public

MATLAB toolbox for Brain-Computer Interfacing (BCI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bbci_apply_sendControl.m to "Processing"

MarkusWenzel opened this issue · comments

Test if bbci_apply_sendControl.m can connect via UDP to the visualization software "Processing".

BBCI Feedback with processing was done for the BBCI Spraying Game. The communication works simply with the provided UDP interface:
bbci.feedback.receiver= 'udp';
see also the run script in (the non-public folder):
bbci_private/acquisition/scripts/teaching/2014ss-BCIPJ-Team2
Receiving the signals in processing is also very simple, see BCIListenForClassifier.pde in
bbci_private/feedbacks/processing/SprayYourBBCIFeedback
As far was I remember, you need to install the hypermedia package manually.