ArduinoWebsocketClient icon indicating copy to clipboard operation
ArduinoWebsocketClient copied to clipboard

Arduino websocket client and personal websocket server

Open vlp-github opened this issue 13 years ago • 2 comments

Hello Krohling,

Thanks for sharing your code, it's very helpfull !!

However I've a issue when I tried to connect the Arduino to my own websocket echo server: nothing append.

I have change the line:

client.connect(server); => client.connect(server,"/",9000);

But It didn't works.

I have test my echo Server with the websocket.org client and it works....

Any ideas ? Should I modify the request Header into the ccp file ?

Thanks again.

vlp

vlp-github avatar Sep 04 '12 13:09 vlp-github

Hi, look at this: http://log.niccol.li/2012/05/arduinowebsocketsocketio.html

fedale avatar Dec 11 '12 11:12 fedale

Oh cool. Is it working with Node??

-kevin

On Dec 11, 2012, at 3:50 AM, danilodimoia [email protected] wrote:

Hi, look at this: http://log.niccol.li/2012/05/arduinowebsocketsocketio.html

— Reply to this email directly or view it on GitHub.

cisimple avatar Dec 11 '12 22:12 cisimple