Page 1 of 1

Phidget server is running, web page not found

Posted: Thu Jan 30, 2020 1:57 am
by fcolp
Hey,

I installed the latest phidget libraries on a Beagle bone, the phidget server is running as a deamon. This works fine, and Iḿ able to access the phidgets.

But when i try to connect to the webpage I get 404, index not found.

Do I have to download the webpage to manage the phidgets from somewhere.

Grts,

Floris

Re: Phidget server is running, web page not found

Posted: Thu Jan 30, 2020 11:29 am
by Patrick
Have you added any files to the docroot specified in the network server config file? What do you want it to host? Generally, it would be hosting the phidget22 javascript library, and maybe some index files, etc. but these are not part of the network server install. You don't NEED to host any files with the network server, but the webserver needs to be enabled for the javascript library to be able to talk to it from in-browser using web sockets.

If you're looking for the javascript control panel, as installed by default on mac/windows/phidgetsbc, it's here: https://www.phidgets.com/downloads/phid ... lPanel.zip

-Patrick

Re: Phidget server is running, web page not found

Posted: Fri Jan 31, 2020 2:03 am
by fcolp
Oh, yes. Exactly what I needed. Thanks. Where was the information about this located? I couldn't find this in the README, and install guide of the phidget22network server.

Re: Phidget server is running, web page not found

Posted: Fri Jan 31, 2020 1:09 pm
by Patrick
The javascript language page talks about the control panel.