[solved] AppConnector connection error
Posted: 07 Apr 2009, 09:32
Hi,
I'm trying to use the AppConnector protocol for my application.
I am not using the shipped tcpstream class, but QUdpSocket class of Qt 4.
I have no problems reading the internal states and control signals from the BCI2000 system but writing to the Input port of BCI2000 didnt work at all.
This is the message i get:
ConnectorInput::Preflight: Could not connect to localhost:20231
The host and port is correct. I also tried to set the socket to ShareAddress, but that didnt work as well. The error itself seems a bit weird because UDP is connectionless?!
What am I doing wrong?
Best,
Alex
I'm trying to use the AppConnector protocol for my application.
I am not using the shipped tcpstream class, but QUdpSocket class of Qt 4.
I have no problems reading the internal states and control signals from the BCI2000 system but writing to the Input port of BCI2000 didnt work at all.
This is the message i get:
ConnectorInput::Preflight: Could not connect to localhost:20231
The host and port is correct. I also tried to set the socket to ShareAddress, but that didnt work as well. The error itself seems a bit weird because UDP is connectionless?!
What am I doing wrong?
Best,
Alex