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
- Host: GitHub
- URL: https://github.com/roschmi/teensy4_webclientrepeatingtls
- Owner: RoSchmi
- Created: 2021-03-14T15:56:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T16:06:16.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T17:53:36.657Z (12 months ago)
- Topics: ethernet, platformio, ssl, teensy, teensy4, tls, webclient
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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