Fix small issues; add back ws

This commit is contained in:
Owen
2025-02-21 16:11:57 -05:00
parent eb77be09e2
commit 8b09545cf6
6 changed files with 448 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ import (
"time"
"github.com/fosrl/newt/logger"
"github.com/fosrl/newt/websocket"
"github.com/fosrl/olm/websocket"
"golang.org/x/net/icmp"
"golang.org/x/net/ipv4"
@@ -356,7 +356,7 @@ func main() {
}
// Create a new olm
olm, err := websocket.NewOlm(
olm, err := websocket.NewClient(
id, // CLI arg takes precedence
secret, // CLI arg takes precedence
endpoint,