IoT monitoring system with MQTT for ESP32, Rust(Wasm) WebSocket server, and Svelte frontend.
-
Complete the .env file with your credentials
-
Bocker MQTT
docker compose up --build
- Start the frontend
cd front
npm run dev
Then open your browser at http://localhost:5173 and click ‘Connect’.
Arnaud Fischer