I need help!
-
I am trying to find how the web service works on SBC3 from documentation and I am running in circles, being linked back to where I started.
-
What is working:
I can use SSH terminal to login to linux console.
I can login to SBC from Chrome browser: 192.168.10.23
Looking at the:
http://192.168.10.23/cgi-bin/phidgets-status.sh
I can see Phidget Interface Kit 8/8/8 - great!
looking at:
http://192.168.10.23/cgi-bin/phidgets-webservice.sh
I see that Webservice is running and port is 5001 - great!
calling:
http://192.168.10.23:5001
I am getting:
net::ERR_EMPTY_RESPONSE
not cool.
Is it a RESTfull API? where is the documentation?
How I can get/set the IO point on interface kit?
Is it a web socket server?
What events are emitted? Where is the documentation?
--
Please help!