Skip to content

Instantly share code, notes, and snippets.

View qistoph's full-sized avatar

Chris van Marle qistoph

  • The Netherlands
View GitHub Profile
@qistoph
qistoph / Grafana - Crowdsec.json
Created July 21, 2024 19:06
Crowdsec - Grafana Dashboard and Telegraf/InfluxDB import
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"enable": true,
@qistoph
qistoph / ntp-gps-oled.py
Created September 26, 2024 14:58
NTPd GPSd OLED display script
#!/usr/bin/python3
import time
from luma.core.interface.serial import i2c
from luma.core.render import canvas
from luma.oled.device import ssd1306
from PIL import ImageFont
import threading
import ntpq
import gps