SerialSlinger is a desktop app for configuring SignalSlinger devices through a graphical interface instead of raw serial commands.
Download the latest build: Install SerialSlinger
License: MIT. See LICENSE.
When a SignalSlinger is connected, SerialSlinger is intended to:
- connect to the device
- read the current settings
- show those settings in a table
- let you edit them in the app
- write the requested changes back to the device
The goal is to make SignalSlinger setup practical without memorizing serial commands.
- Verified on Windows, macOS, and Android
- Linux is a planned target, but has not yet been verified
The project currently includes:
- a UI for loading, editing, and submitting settings
- automatic serial-port discovery and SignalSlinger probing
- shared protocol, settings, and session logic in a Kotlin Multiplatform core