You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI everyone,
I tried running the EmpathicaBLEClient project code but the access was refused , I get theses messages :
in System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
in System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
in EmpaticaBLEClient.AsynchronousClient.ConnectCallback(IAsyncResult ar) in ...\AsynchronousClient.cs:ligne 63
The question is simple, how do I get the server port and adress of my device ? I think it might be what's not clicking there..
The text was updated successfully, but these errors were encountered:
You will need to start the Empatica Server Application on some suitable system that also has the compatible BLE dongle. To get the IP of this system, I believe it is shown in the server application.. otherwise, consider googling the usage of "ipconfig" for windows systems, or "ifconfig" for debian-based machines.
HI everyone,
I tried running the EmpathicaBLEClient project code but the access was refused , I get theses messages :
in System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
in System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
in EmpaticaBLEClient.AsynchronousClient.ConnectCallback(IAsyncResult ar) in ...\AsynchronousClient.cs:ligne 63
The question is simple, how do I get the server port and adress of my device ? I think it might be what's not clicking there..
The text was updated successfully, but these errors were encountered: