krohling / ArduinoWebsocketClient

Websocket client for Arduino
227 stars 72 forks source link

Hi, just requesting bit of help #10

Open andygilbert opened 11 years ago

andygilbert commented 11 years ago

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