Made with:
An Embedded MQTT Broker for the ESP32 Platform This project implements a lightweight and efficient MQTT broker tailored for the ESP32, featuring: DPP (Device Provisioning Protocol) for seamless WiFi setup. Persitent storage of Wifi_Credentials. A responsive touch-enabled user interface, allowing intuitive interaction. Automatic topic registration and visualization, enabling direct control of topic states via touch. Real-time UI feedback for WiFi connection status.
Made with:
A multithreaded approach to a filecontent-search run via the context-menu. Users can open the software by right-clicking inside any folder. After providing any number of keywords, the software recursively searches through every file/folder and its content for matches with the keywords. Once done, the user then has the option to choose any number of found files/folders to be opened in an explorer window.
Made with:
A drag&drop application, able to hash, or validate with a given hash, one or multiple files.
Made with:
An Installer/Launcher for a project in our Software Engineering Module. Uses Fileexistence and UserInput to install and configure dependencies on the target system. E.g. when an MariaDB installation was found the user will be asked to input the credentials of their installation to allow the launcher to import our database.