🔨 Refactors id generation/retrieval algorithm
All checks were successful
Gitea Build Action / build (push) Successful in 35s

The client id is now either generated from the device MAC address (from a device that starts with w or e and is up and isn't loopback) or randomly generated
This commit is contained in:
2026-01-22 11:20:53 +01:00
parent 378893e93d
commit cf1127a339
3 changed files with 23 additions and 37 deletions

View File

@@ -5,7 +5,7 @@ go 1.24.1
require (
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/robotn/gohook v0.42.0
github.com/robotn/gohook v0.42.3
)
require github.com/vcaesar/keycode v0.10.1 // indirect