Michael Linder

View on GitHub

BOS-ARSA Log — Building an Emergency Communications Exercise Tool

2026-03-25 #Blog | #HamRadio | #EmergencyComms | #Tools

BOS-ARSA is an Austrian organization running weekly emergency communications exercises via amateur radio. Operators across multiple districts check in via different repeaters, and someone has to log all of it. Previously that someone used Excel spreadsheets. Which works until it doesn’t — multiple operators logging at the same time, real-time updates needed, merging files after the exercise. We’ve all been there.

What BOS-ARSA Log does

A web-based QSO logging tool optimized for the exercise workflow:

Why build this

Honestly? The Excel situation was just that bad. Building a multi-user real-time web app is maybe overkill for a volunteer emergency radio exercise. But once you’ve watched someone try to merge three Excel files with conflicting timestamps while 20 operators are still checking in, the engineering effort starts to look reasonable.

The tool is in active use for the weekly BOS-ARSA exercises and has made the logging process significantly less painful for everyone involved.

GitHub