LonTalk Addressing: Domain, Subnet, Node, Group and Neuron ID

Every LonTalk packet carries both a source and a destination address, and both live in the same header. There is no separate layer-2 addressing underneath — the standard folds routing and naming into one address field. Get the structure of that field straight and most of the network’s limits, quirks, and failure modes stop being mysterious. This is… Read More: LonTalk Addressing: Domain, Subnet, Node, Group and Neuron ID »

Zakaria El Intissar

LonWorks Protocol: LonTalk, ISO/IEC 14908, and How the Network Actually Works

Walk into a plant room and you will see three names on the same equipment. LonWorks on the panel label. LonTalk in the manual. ISO/IEC 14908 in the submittal package. They are not three protocols. LonWorks is the platform — chips, transceivers, tools, devices. LonTalk is the protocol those devices speak. ISO/IEC 14908 is the published standard that… Read More: LonWorks Protocol: LonTalk, ISO/IEC 14908, and How the Network Actually… »

Zakaria El Intissar

MQTT Packet Decoder — Decode MQTT 3.1.1 and 5.0 Hex Online

Paste the bytes and the decoder splits them into fields: packet type, flags, remaining length, then whatever that packet type carries. Topic names, QoS, packet identifiers, MQTT 5 properties, reason codes and the payload. It reads a whole TCP stream, not one packet. Paste a capture that runs from CONNECT to DISCONNECT and you get every packet in… Read More: MQTT Packet Decoder — Decode MQTT 3.1.1 and 5.0 Hex… »

Zakaria El Intissar