Ver el estado de la conexión a internet del dispositivo
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Como evaluador, quiero conocer si el dispositivo está conectado a internet, para asegurarme de que pueda iniciar las mediciones sin problemas de conectividad.
## Criterios de Aceptación
- [ ] El evaluador puede ver en la interfaz si el dispositivo ESP32 está conectado a internet o no.
- [ ] Si no está conectado, se muestra una alerta o mensaje indicando que no hay conexión.
- [ ] Si está conectado, se muestra un indicador visual de conexión estable.
## Información Adicional
- El estado de la conexión puede verificarse mediante un ping o un mensaje MQTT que el dispositivo envíe periódicamente a la web.
- El ESP32 puede hacer una solicitud periódica al backend de Spring Boot para confirmar la conectividad.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how the ESP32 currently reports connectivity and how the Spring Boot backend and web interface receive device status. Compare the proposed ping, periodic MQTT message, and backend request approaches; done means the interface distinguishes connected and disconnected states and shows the specified alert or stable-connection indicator.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend, embedded-iot, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100