LV-MQTT-Broker icon indicating copy to clipboard operation
LV-MQTT-Broker copied to clipboard

Native LabVIEW MQTT Broker Server

Results 82 LV-MQTT-Broker issues
Sort by recently updated
recently updated
newest added

Hello francois-normandin, Is there any way I can use this mqtt library in LV2012? Thank you.

question

This function has an input parameter for the timeout when listening for new connections set to a default value of 2000ms. During creation of the listener, the timeout value that...

bug

**Does this library have outstanding sent messages with QoS?** **A bit more background**: MQTT has a limit on the max message size - I get the feeling that it may...

enhancement

The Publish Packet creator method can error out if the built packet fails. It should never error out unless there is a bug in the server loop, but if this...

bug

This is a no-op but uses CPU cycles in the processing incoming bytes loop. ![image](https://user-images.githubusercontent.com/11728548/186717395-260dc869-39ff-42fa-9c4b-18b2e66f1d12.png)

enhancement

The migration from `MQTT Connection class with MQTT Connection.Websockets` to `Connection with Connection.WS` is breaking the connection handler's contractual obligations. There is an issue where the first connection works but...

bug

I am receiving a payload from a third party software. The payload is a JSON string. I am using the Decode Application Message.vi with a string as the constant as...

how-to

If I am reading it correctly, it looks like you could further optimize the Topic pattern match evaluation in `MQTT Server.lvlib:_Subscription.lvclass:Evaluate Match.vi`. As it stands, if a given topic name...

enhancement

Hello @francois-normandin I am seeing an error 56 being returned from the MQTT Client Send Packet with our production code. I am not sure why the client is returning error...

question

The Topic Name in a PUBLISH Packet sent by a Server to a subscribing Client MUST match the Subscription’s Topic Filter according to the matching process defined in Section 4.7.

requirement