The Final_Project folder contains the final project for the Network Laboratory course. The main objective was to replicate the functionality of the Mosquitto MQTT broker using C++. The project implements the basic features of an MQTT broker, enabling communication between clients through the lightweight messaging protocol.
- Implemented in C++.
- Inspired by Mosquitto.
- Final project for the networking course.