What is RMDE

2024-01-01

RDME is my attempt at creating a messaging broker. Currently it only supports MQTT v3.1.1 packets, but I am looking to expand into MQTT v5, and v1.2. While MQTT is network protocol agnostic, RDME ...

MQTT Codec

2024-01-01

RDME currently only supports MQTT v3.1.1 for messaging. MQTT and codecs are also a very lengthy subject so we are going to talk about decoding primitives, packet structures and take a closer look at ...

I was strugling on writing this and including it as a writup for RDME because, while it involves MQTT, it is not directly an MQTT vulnerability. None the less, if someone has used MQTT to create a ...