Giter VIP home page Giter VIP logo

Comments (8)

JiriBilek avatar JiriBilek commented on July 18, 2024

Yes, SSL support is high on my work list. The first implementation I wrote crashed the ESP, so more work is required.

from wifispi.

tonton81 avatar tonton81 commented on July 18, 2024

ive gotten the AT command set working off an i2c uart adaptor @ 921600 baud with cts/rts and 64byte FIFOs, for regular use it's okay, but, SSL crashes the esp causing it to reboot, which is not so great. Hopefully the spi version can pull the data fast enough, you should have enough ram there to make a buffer for the spi requests

from wifispi.

tonton81 avatar tonton81 commented on July 18, 2024

i've seen SSL bursts of like 40KB, the AT command set can only do 4-8KB max before crashing

from wifispi.

JiriBilek avatar JiriBilek commented on July 18, 2024

I am afraid there would be a problem on the other side then. Arduino would be the weakest link.

from wifispi.

tonton81 avatar tonton81 commented on July 18, 2024

arduino yes, but not teensy, which uses same code

from wifispi.

tonton81 avatar tonton81 commented on July 18, 2024

if the arduino is doing parsing (not storing obviously) then it's feasible. I havn't thoughroly checked out your library, maybe your storing the read in an array before the user can access it, i dont know how the spi protocol is used here

from wifispi.

JiriBilek avatar JiriBilek commented on July 18, 2024

My Arduino part of the library can read arbitrary chunks of data. But the computing power of the Arduino is rather low so this could be the bottleneck. I'll know more after trying.

from wifispi.

JiriBilek avatar JiriBilek commented on July 18, 2024

I am using the TLS connection without problems for some time, so I am closing it.
Nevertheless here is another issue connected to TLS: #23

from wifispi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.