Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am syystunturi on github.
  • I am syystunturi (https://keybase.io/syystunturi) on keybase.
  • I have a public key ASAbCqtsMsxbAJTyE2YOXw_8AkQZ3BmiBVqfluMnmaRXEwo

To claim this, I am signing this object:

@jarilammi
jarilammi / device.conf
Created November 4, 2018 13:24
Retevis RT-3 Codeplug for FinDMR (Next Generation) Network
#
# This configuration was generated 2018/11/04 by dmrconfig,
# Version 0.9.184, Copyright (C) 2018 Serge Vakulenko KK6ABQ
#
Radio: TYT MD-380
Last Programmed Date: 2018-11-04 00:53:26
CPS Software Version: V=0.09
# Table of digital channels.
# 1) Channel number: 1-1000
@jarilammi
jarilammi / monitor.py
Created December 14, 2022 19:30
Monitor web server latency with timestamps.
#!/usr/bin/env python3
import time
import requests
from datetime import datetime
# URL of the web server to monitor
server_url = 'https://innovation.lammi.zone'
while True: