Skip to content

This is a slightly modified version of the BearSSL sample server for the ESP8266 Arduino framework using PlatformIO

License

Notifications You must be signed in to change notification settings

thorsten-l/ESP8266-HTTPS-SampleServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a slightly modified version of the BearSSL sample server for the ESP8266 Arduino framework using PlatformIO

Compile

first copy and edit the lib/private/PrivateConfig.hpp.sample file to lib/private/PrivateConfig.hpp

Notice

The code crashes if you run it on 80MHz CPU frequency, you have to switch to 160MHz to stabilize the program.

board_build.f_cpu = 160000000L in platformio.ini

Screenshot

Screenshot

Simple CAv3 (Certificate Authority)

find it here.

References

About

This is a slightly modified version of the BearSSL sample server for the ESP8266 Arduino framework using PlatformIO

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published