Giter VIP home page Giter VIP logo

Comments (2)

pfalcon avatar pfalcon commented on August 15, 2024

Could we rethink mqtt api as it is now?

Generally, no. There was RFC for MQTT implementation: micropython/micropython#2055, people who were interested participated in the discussion and affected how it was implemented. But it's implemented now.

Unfortunately as many other libraries I see that mqtt.simple tries to make it's own 'socket'.

I'm big fun of dependency injection pattern myself, but others don't have to (be fan of it or even understand it), see for example micropython/micropython#2285 (comment) . Also, it has limits on its use to. For MQTT support, there was (implicit) requirement that it was easy to use, and there was "robustness" support (also easy to use), so socket is the part of the controlled state.

you will start to bloat protocol api with socket/ssl options

Addressed by 98c6fb9.

So, what you think?

You can always write your MQTT implementation (and popularize/support it).

from micropython-lib.

koniarik avatar koniarik commented on August 15, 2024

I see, missed that, sorry than...

ssl_params seems that as good enough solution

2016-08-24 0:23 GMT+02:00 Paul Sokolovsky [email protected]:

Could we rethink mqtt api as it is now?

Generally, no. There was RFC for MQTT implementation:
micropython/micropython#2055
micropython/micropython#2055, people who were
interested participated in the discussion and affected how it was
implemented. But it's implemented now.

Unfortunately as many other libraries I see that mqtt.simple tries to make
it's own 'socket'.

I'm big fun of dependency injection pattern myself, but others don't have
to (be fan of it or even understand it), see for example micropython/micropython#2285
(comment)
micropython/micropython#2285 (comment)
. Also, it has limits on its use to. For MQTT support, there was (implicit)
requirement that it was easy to use, and there was "robustness" support
(also easy to use), so socket is the part of the controlled state.

you will start to bloat protocol api with socket/ssl options

Addressed by 98c6fb9
98c6fb9
.

So, what you think?

You can always write your MQTT implementation (and popularize/support it).


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#93 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFlRAjZpHGUxOXSdFlYlESvU_1XHK7pXks5qi3LEgaJpZM4JptdL
.

Jan Koniarik
[email protected]

from micropython-lib.

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.