Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include a new library : MQTT #2561

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 8, 2017

  1. Configuration menu
    Copy the full SHA
    fa249e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Merge pull request #1 from jmoenig/master

    update to my repository
    TopNiz authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    61566db View commit details
    Browse the repository at this point in the history
  2. MQTT demo project

    TopNiz authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    45d990a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bedebfc View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    TopNiz authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    3474639 View commit details
    Browse the repository at this point in the history
  5. Update LIBRARIES

    TopNiz authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    8e100d8 View commit details
    Browse the repository at this point in the history
  6. Add files via upload

    TopNiz authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    907b856 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Enhanced MQTT elaborated demo project

    * Made more intuitive
    * corrected odd behavior (red shadow for non initialized client variable when project is loaded)
    * transferred the connection at the click  event instead of at the start event
     *and use of .toString() method to capture the received message (otherwise, it is a ByteBuffer)
    TopNiz authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    ef9931c View commit details
    Browse the repository at this point in the history
  2. new version of elaborated MQTT demo project

    Take into account the new version of the elaborated MQTT  demo project
    TopNiz authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    6313f73 View commit details
    Browse the repository at this point in the history