trying to make a websockets server, new to esp8266 in gen...
Posted: Fri Dec 18, 2015 10:03 pm
hello everybody,
im new to the concepts of internet of things and esp8266, im trying to make this example http://www.whatimade.today/esp8266-on-w ... -and-leds/, when i run this library https://github.com/Links2004/arduinoWebSockets i get this error.
is this a problem with the library or im doing something wrong?
is there a way to make a websockets server with arduino ide?
i have sucessfully made a mqtt client with the esp8266 and want to try websockets, so im not that lost, thanks in advance and sorry if i posted it in the wrong place.
im new to the concepts of internet of things and esp8266, im trying to make this example http://www.whatimade.today/esp8266-on-w ... -and-leds/, when i run this library https://github.com/Links2004/arduinoWebSockets i get this error.
Code: Select all
In file included from C:\Program Files (x86)\Arduino\libraries\arduinoWebSockets-master\src/WebSocketsServer.h:29:0,
from WiFiMulti.ino:8:
C:\Program Files (x86)\Arduino\libraries\arduinoWebSockets-master\src/WebSockets.h:120:9: error: 'WiFiClientSecure' does not name a type
WiFiClientSecure * ssl;
^
Error compiling.
is this a problem with the library or im doing something wrong?
is there a way to make a websockets server with arduino ide?
i have sucessfully made a mqtt client with the esp8266 and want to try websockets, so im not that lost, thanks in advance and sorry if i posted it in the wrong place.