Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] MQTT-SN fowarder encapsulation packet format should be changed

Gateway can not get a MQTT-SN message from an encapsulation message because the length of a Wireless Id in the encapsulation message is unknown.
Format should be changed as follows:
Length (octet0)
MsgType  (1)
Ctl   (2)
Length of WirelessId  (3)
Wireless Id    (4:n)
MQTT-SN message (n+m)

I will implement this format to the mqttsnPacket for the gateway.

Is there any objection to this implementation.

Back to the top