This repository contains the solution to the challenges of the year 2023.
Simply download the pcap, export it with wireshark, put it in the git folder, and run the notebook.
Import the flow in node-red, and set up a channel where you send ids. To send IDs the suggestion is to use MQTT-Explorer, and send them just with an ID in the JSON format:
{
"id" = <NUMBER>
}