rmqtt

  1. bdunkleysmith

    B4R Question rMQTT HostName with query parameters

    I was able to successfully develop a B4J desktop application to connect to a data streaming API using MQTT after overcoming some initial difficulties covered in this thread: Websocket connection to MQTT based API. I am now trying to connect to the same API using an ESP8266 based device and so...
  2. M

    Wish MQTT Enhancement - Include BeginPublish,EndPublish,Write methods

    The B4R rMQTT library is based on the well known Arduino PubSubClient library written by Nick O'Leary. It's a subset of this library - with the most important/used methods wrapped. I do have a scenario that requires some of the additional methods to be wrapped as well. Specifically: boolean...
Top