Initial version, from Claude

This commit is contained in:
nemunaire 2025-07-17 13:32:39 +02:00
commit 8c8986e8dc
5 changed files with 1568 additions and 0 deletions

9
go.mod Normal file
View file

@ -0,0 +1,9 @@
module git.nemunai.re/nemunaire/repeater
go 1.24.4
require (
github.com/godbus/dbus/v5 v5.1.0
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.3
)