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

The Topic Filters in an UNSUBSCRIBE packet MUST be UTF-8 encoded strings as defined in Section 1.5.3, packed contiguously.

requirement

Bits 3,2,1 and 0 of the fixed header of the UNSUBSCRIBE Control Packet are reserved and MUST be set to 0,0,1 and 0 respectively. The Server MUST treat any other...

requirement

The order of return codes in the SUBACK Packet MUST match the order of Topic Filters in the SUBSCRIBE Packet.

requirement

The Server might grant a lower maximum QoS than the subscriber requested. The QoS of Payload Messages sent in response to a Subscription MUST be the minimum of the QoS...

requirement

If a Server receives a SUBSCRIBE packet that contains multiple Topic Filters it MUST handle that packet as if it had received a sequence of multiple SUBSCRIBE packets, except that...

requirement

The Topic Filters in a SUBSCRIBE packet payload MUST be UTF-8 encoded strings as defined in Section 1.5.3.

requirement

If a Server implementation does not authorize a PUBLISH to be performed by a Client; it has no way of informing that Client. It MUST either make a positive acknowledgement,...

requirement

The Server MUST deliver the message to the Client respecting the maximum QoS of all the matching subscriptions.

requirement

If the RETAIN flag is 0, in a PUBLISH Packet sent by a Client to a Server, the Server MUST NOT store the message and MUST NOT remove or replace...

requirement

A zero byte retained message MUST NOT be stored as a retained message on the Server.

requirement