Fields in up messages from MQTT
- This topic has 2 replies, 2 voices, and was last updated 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Lora Network Server › Fields in up messages from MQTT
Tagged: fields, mqtt, up messages
Hello,
I would like to a bit description for up messages from MQTT.
I’ve read the article MQTT Messages. There have descriptions of messages from MQTT. But I didn’t found few fields. Can I have desriptions for these? I am about fields:
Also, I would like to get more deeply description for these fields:
Thanks and Regards
Kirill
Fields not listed below are packet forwarder protocol
https://github.com/Lora-net/sx1302_hal/blob/master/packet_forwarder/PROTOCOL.md
Nonce is devnonce in a join request
Twnd is the rx window the device is receiving the packet. RX1 1, RX2 2, RXC 3, RXB 4
Fcnt is the 16 bit FCnt in the lorawan frame semt over the air
Seqn is the 32 bit full counter used for MIC and decryption
Cls is a bit in FCtrl byte that signifies Class A if 0 or Class B device if 1
You can read more about fcnt and fctrl in the spec.
https://resources.lora-alliance.org/technical-specifications/ts001-1-0-4-lorawan-l2-1-0-4-specification