Page 1 of 1

External application interface and UDP connection

Posted: 25 Mar 2007, 19:58
by Gentiletti
Hi!

We are trying to use the BCI2000 external application interface, in order to control an application we are developing. By now we are interested in sending out control signals from BCI2000 to our external application.

As a first approach we are using the UDPsocket component from c++builder 6 to build our external application, and running the P3Speller_RandomNumber to try to establish a communication with it, but until now we are not been lucky to achieve it. :?

Please, could you tell us if there is any other documentation than the app_connection.pdf to read.
Do anyone have some UDP connection example working that could share with us? :D

Thanks for any help!


Gabriel.


M.Sc. Gerardo Gabriel Gentiletti
L.I.R.I.N.S. - Facultad de Ingenieria
Universidad Nacional de Entre Rios
Oro Verde - Entre Rios - Argentina

AppConnector

Posted: 27 Mar 2007, 08:10
by gschalk
Gerardo,

Please check out the AppConnector demos in (I think) tools/AppConnectorDemos. They are nice demonstrations on how to use the AppConnector functionality. Also, they use the tcpstream class that makes the use of TCP and UDP very simple.

If you have any additional questions, please post.

The Gerv