An open API service indexing awesome lists of open source software.

https://github.com/roschmi/teensy4_webclientrepeatingtls

Teensy 4.1 repeatedly downloads a website via ssl secured transmission
https://github.com/roschmi/teensy4_webclientrepeatingtls

ethernet platformio ssl teensy teensy4 tls webclient

Last synced: 7 months ago
JSON representation

Teensy 4.1 repeatedly downloads a website via ssl secured transmission

Awesome Lists containing this project

README

          

# Teensy4_WebClientRepeatingTLS

Teensy 4.1 repeatedly downloads a website via ssl secured transmission

This is an adapted version for Platformio of this example:
https://github.com/vjmuzik/NativeEthernet/tree/master/examples/WebClientRepeatingTLS

Make sure that the latest library version of NativeEthernet is included (see platformio.ini)
The version actually (2021/03/14) included in .platformio/packages/framework-arduinoteensy
doesnt't work

Used libraries:
https://github.com/vjmuzik/NativeEthernet
https://github.com/vjmuzik/FNET