SkillAgentSearch skills...

Blinkenlights

Blink lights on a raspberry pi based on network traffic types! With GPIO and scapy

Install / Use

/learn @h4sh5/Blinkenlights
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Blinkenlights

Made with a RPi3B+, on python3 Stare at your network traffic (literally)

color codes are in the code, but feel free to change them! They are just connected to different color LEDs.

requirments (on raspbian):

sudo apt install python3-scapy
sudo apt install python3-rpi.gpio

usage

set eth0 to promiscuous mode:

sudo ifconfig eth0 promisc

run the script:

chmod +x blinkenlights.py

# default w/ eth0
sudo ./blinkenlights.py 
# or, with another iface
sudo ./blinkenlights.py wlan0

Here it is in action on a RPi3B+:

Blinking lights

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated6mo ago
Forks0

Languages

Python

Security Score

67/100

Audited on Oct 7, 2025

No findings