Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By one2one
#36761 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.

Code: Select allIn 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.