This is sniffer for IEC 61850 communication in a early stage. Please consider this and use it with care.
Change the interface name in the ./backend/Dockerfile environment to the interface you want to sniff on and then run
docker compose up
or
CAPTURE_DEVICE=interface_name docker compose up
Where interface_name should be replaced with the name of your network interface (e.g., en0, eth0, wlan0). You can find available interfaces by running ip link (Linux) or ifconfig (macOS).
Run the sniffer when on your machine
localhost:8080
or
server_ip:8080
Any form of contribution is welcome.
All rights reserved. © 2025 Jakob Vogelsang