Skip to content

Instantly share code, notes, and snippets.

@rus-kilian
rus-kilian / wlan_exporter.py
Last active October 17, 2023 10:04
WLAN client to prometheus exporter (inspired by WLAN-Pi)
#!/usr/bin/env python3
import time
import os
import sys
import subprocess # nosec: B404
import socket
import re
import http.client
import json
from urllib.request import build_opener, AbstractHTTPHandler