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