Giter Club home page Giter Club logo

mqttclient's Introduction

mangOH MQTT Client

This repository implements an MQTT client for the mangOH. The implementation is derived from the embedded C client provided by the Eclipse Paho project.

Limitations

The API exposed by the MqttClient application is specifically tailored for use by the mangOH DataRouter in combination with AirVantage web services. Unfortunately, this means that this application is not very useful outside of that use case.

TODO

  • Build an upstream version of paho rather than copying the source into this respository.
  • Provide a general purpose MQTT Legato API that is not specific to AirVantage. If an AirVantage layer is required, build that as well.

mqttclient's People

Contributors

dclark75 avatar dpfrey avatar sylvainpastor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mqttclient's Issues

Legato client clean up - following Legato client app stop

I noticed that when a simple legatoClient app is mqtt connected to the mqttClient and the user manually stops the legatoClient app. The next time the legatoClient app starts it fails with
"mqtt disconnected: err:1 subErr:-1"

A work around is to mqtt_Disconnect() at the start of legatoClient. I will add a SIGTERM handler to mqtt_Disconnect() which is probably a better workaround.

But maybe mqttClient could detect legatoClient closing and clean up ?

IP disconnected - mqtt_Connect() behaviour and mqtt detecting connection state

I have found that if IP is disconnected when I call mqtt_Connect() the callback handler fails with isConnected == false. Which seems reasonable.

Later when the IP connection is connected no attempt is made by mqttClient to connect. Not sure if this is expected behaviour?

An mqtt_Status() function would be useful to check the connect / connecting status maybe to report
mqttClient_t.session.isConnected

I can see mqttClient_t* mqttMain_getClient(void); in the original IBM mqtt code. As Legato IPC doesn't support structures I think mqtt_Status() could work around this. Maybe in an ascii Key / Value to allow read access to other structure members as well?

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.