ahana4banerjee/Wireless-Sensor-Network ? reverse-engineered prompt
Reverse engineered prompt
Build me a full wireless sensor network monitoring platform that feels like a real industrial control dashboard.
I want a backend that can receive telemetry from simulated ESP32 sensor nodes over MQTT, store it in PostgreSQL, and expose it through a FastAPI service. The system should track node health, environmental readings, battery level, latency, packet loss, and online status, then show all of that in a React dashboard with live updates and clear visual charts.
Please include a mission control style overview, a topology view of the nodes, and a simple machine learning area that can forecast sensor values and network health, with training history and prediction results saved over time. It should work in a simulation first way, so I can run it locally with Docker and later swap in real hardware without changing the backend or dashboard. If you need to look up current docs online for any of the libraries, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit