A visual indicator for internet connectivty status, online or offline.
These instructions will get you a copy of the project up and running on your local machine.
- Pimironi blinkt! pi hat available here
- A raspberry pi 3b+ or pi zero W
- Power cable
Make sure that the version of python that you have installed is >= 3.5, you can check by running:
python --version
There are no other requirements to install.
To install clone the git repo:
git clone https://github.com/Spcktr/net_status_leds
Change directory and install requirements:
pip install --user -r requirements.txt
Run the script with:
python i_status.py
The LEDs on the pi-hat should be green if your internet is connected and working.
- Python 3.7.2 - Language used
- pip - Dependency Management
- blinkt lib - Used for LED/pihat control
This project is licensed under the MIT License - see the LICENSE.md file for details