-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
webSockets CLient example doesn't compile #6
Comments
Hi,
Simple code for ESP8266:
|
Hi D
May I suggest integrating the relevant crypto and base64 into your exisitng code ? Happy to try anthing else and feedback/assist with testing Kind regards |
Do you have esp8266 by ESP8266 Community version 2.4.1 from Boards Manager installed? (maybe you could try to reinstall) I have couple of ESP8266 boards (including Generic and WeMos) and all of them are working with this code. |
Hi D Thanks again for the reply. Yes 2.4.1 installed and no problems elsewhere. Will try get a fresh install going in a vm to check. Den |
Try to download new version of |
Hi D Let me know if I have skipped or missed anything, going to try the listed steps and will ping back result. Thank you kindly |
Hi D Kind regards Den |
Hi, Base64 and SHA1 algorithms are required. You can read about it in specification or here: If you know any better lib for Base64 and/or SHA1 then you can easily add them. |
Hi D I was specifically wondering about this line : Den |
I have started writing this library just because there is no good WebSockets implementation for ATmega (Arduino UNO, Mega etc.) later I decided to support ESP8266 and Cortex M0. I'll try to use built in base64 for ESP8266 platform. |
Hi D Thanks for the reply. I can happily send you the code and setup if you'd like to test. Looking forward to your reply. Kind regards Den |
@denden4444 |
Hi @skaarj1989
It seems like the example on the main gitpage here is not compiling , do you possibly have a working example for esp8266 ?
Thank you
Den
See below for compile errors:
The text was updated successfully, but these errors were encountered: