DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
551 stars 259 forks source link

Add Reconnection Attempts and Logging for Wi-Fi Checker (Issue #347) #376

Open Badis213 opened 1 week ago

Badis213 commented 1 week ago

PR Title

Add reconnection attempts for Wi-Fi with logging

Summary

This PR introduces a Wi-Fi reconnection mechanism with logging. It attempts to reconnect to Wi-Fi up to 3 times if the connection is not working. The process is logged with information on the Wi-Fi status and reconnection attempts.

Description

This change adds functionality for:

The changes are as follows:

Checks

in the repository

Thank You,

Badis