WIFI library regarding WiFiClientSecure

I started to try WiFi world. (target is to make ad-hoc network)
However for some reason, I cannot compile because of the following line

#include <WiFiClientSecure.h>

I cannot find (maybe by my mistake) this library or header file.
Is there anyone who knows about this library?

Did you download and install the WiFiClientSecure library from Github? They header file is there.

1 Like

Thank you. there is no description I found about this library in the wiki page.
Therefore I confused a little bit.
(whether I should install this kinds of library or this is just a standard library)

I saw it listed in the WIO Terminal Network Overiew page in the wiki. There are other libraries there so you might want to check and make sure you got them all downloaded and installed. Good luck.

https://wiki.seeedstudio.com/Wio-Terminal-Network-Overview/#6-install-the-seeed_arduino_atwificlientsecure

Right. I just find that. it’s maybe due to my start page is different. I started from Wio_Terminal>Demo> OK. Thank you.

2 Likes