Search Results

by pos-informatique
Tue Jul 11, 2023 4:44 pm
Forum: Javascript
Topic: Wireless VINT Hub - phidget22.min.js:7 WebSocket connection to 'ws://192.168.100.1:5661/phidgets' failed
Replies: 2
Views: 13457

Re: Wireless VINT Hub - phidget22.min.js:7 WebSocket connection to 'ws://192.168.100.1:5661/phidgets' failed

Hello Patrick,

Thanks it's work now! :D
I just remarked on the VINT Hub portal it was writing "The webserver is required for JavaScript in-browser clients."... :?:oops:
by pos-informatique
Tue Jul 11, 2023 2:03 pm
Forum: Javascript
Topic: Wireless VINT Hub - phidget22.min.js:7 WebSocket connection to 'ws://192.168.100.1:5661/phidgets' failed
Replies: 2
Views: 13457

Wireless VINT Hub - phidget22.min.js:7 WebSocket connection to 'ws://192.168.100.1:5661/phidgets' failed

Hello, On my computer, I connected with wifi to a Wireless VINT Hub (With the 192.168.100.1 ip address). I created a simple HTML page with the following script : <html> <body onload="load()"> <script src="phidget22.min.js"></script> </body> <script> async function load() { const ...