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
A html client works great and the same client connects and works to echo.websocket.org fine.
But the arduino wont connect to my server, but does to echo.websocket.org.
So i can only assume this is down to protocol version or the headers. I blive the protocol i require is 8 or 13, which i belive all html browsers use at the moment.
Can this be change to support these protocols? Or could you let me into any information where i might be able to impliment them, even though my C++ skills arent to good.
Would be much appriciated if it was update.
Note: Also how did you get it working with pusher, as you pusher clients you have to include thier js framework?
Many thanks
Andy
The text was updated successfully, but these errors were encountered:
HI, i think so far this is great, butn unfortunatly im having a bit of trouble getting it to work on my own server.
I have a simple echo server setup using node and this websocket :
https://github.com/Worlize/WebSocket-Node
A html client works great and the same client connects and works to echo.websocket.org fine.
But the arduino wont connect to my server, but does to echo.websocket.org.
So i can only assume this is down to protocol version or the headers. I blive the protocol i require is 8 or 13, which i belive all html browsers use at the moment.
Can this be change to support these protocols? Or could you let me into any information where i might be able to impliment them, even though my C++ skills arent to good.
Would be much appriciated if it was update.
Note: Also how did you get it working with pusher, as you pusher clients you have to include thier js framework?
Many thanks
Andy
The text was updated successfully, but these errors were encountered: