We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi, look at this: http://log.niccol.li/2012/05/arduinowebsocketsocketio.html
Sorry, something went wrong.
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.
— Reply to this email directly or view it on GitHub.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: