Other articles


  1. Last week changes in Vert.x MQTT client #2

    Intro

    This post is dedicated to changes in Vert.x MQTT client which was made in the last week.

    Here it is the short list of topic I will talk about:

    • Vert.x MQTT client and server in the same repository

    • Opportunity to config max message size

    • Handler for closing …

    read more
  2. How I can use Vert.x MQTT cleint?

    The thing I would like to tell you about in this article is setting up Vert.x MQTT client. Actually, I have a real example so you can try it quickly.

    If you are using Maven or Gradle, add the following dependency to the dependencies section of your project descriptor …

    read more
  3. Last week changes in Vert.x MQTT client #1

    Intro

    In this post, I will just inform you about things happened last week in Vert.x MQTT client.

    New NetClient API

    First thing is about changes in the internal structure of MQTT client. The client itself based on NetClient and any changes in NetClient will cause the similar ones …

    read more
  4. Introduction to vertx-mqtt-client

    Intro

    I am an GSoC 2017 student and the project I'm working on is an MQTT client for Vert.x JVM toolkit. It designed in Vert.x ideology, which also means, that all operations are non blocking and you, as a user, can be notified when some event happens.

    In …

    read more

social