Coder Social home page Coder Social logo

Comments (5)

jsiei97 avatar jsiei97 commented on May 24, 2024

Don't think that the ATMega/W5100 can handle ssl.

Maybe it is better to focus on the Arduinio YUN or Tre and have the Linux part on those card to do the ssl?
Those cpu:s can handle ssl, and on Linux you probably can reuse OpenSSL.

from pubsubclient.

mcollina avatar mcollina commented on May 24, 2024

This MQTT library can't handle SSL.
However, you can build a Client object that has a Linux counterpart on the Yun, similar to what I did for https://github.com/mcollina/mqtt_on_the_yun/. It uses nc, which is not SSL capable, but you can use anything else (including a custom executable with SSL support).

from pubsubclient.

knolleary avatar knolleary commented on May 24, 2024

As has been said, SSL is not possible on an Arduino - so not something we can add to this library.

As @mcollina has said, with the Yun it is possible to off-load processing to the linux soc, so in theory a TLSYunClient could be created that deals with it for us. In which case, this library would work as-is.

from pubsubclient.

d3str0y3rport avatar d3str0y3rport commented on May 24, 2024

How about on an arduino Zero?

from pubsubclient.

knolleary avatar knolleary commented on May 24, 2024

@d3str0y3rport no idea... suggest you ask in an arduino forum as I have never touched a Zero so would only be doing the same google searches you could.

from pubsubclient.

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.