Page 1 of 1

Server Connection Problems

PostPosted: 08 Mar 2016, 14:10
by ozge
Hi guys,

I'm using the Eyetribe on a Mac OS X Yosemite 10.10.5

I'm trying to view the data on the eyetribe local server by accessing it via http://localhost:6555 in a browser. However, Safari says it failed '...because the server unexpectedly dropped the connection'. Chrome says 'No data received'.

The EyeTribe UI seems to be working fine, and my console says the server is set up. Is there any reason why I can't see it in the browser?

Apologise if this is an obvious question, thanks in advance!

Re: Server Connection Problems

PostPosted: 09 Mar 2016, 17:35
by Martin
Hi Ozge,

There's no webserver built in so pointing your browser to the port will not work.

You will have to connect to the TCP/IP socket to send/receive the JSON messages.

For convenience we have released a number open source SDKs on Github, including one for ObjectiveC.