diff options
| author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2025-11-17 00:32:31 +0000 |
|---|---|---|
| committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2025-11-17 00:32:31 +0000 |
| commit | 2b599499dc26f0f93537d1bea4733eae68333a1c (patch) | |
| tree | dc3b177aa2c5cfcf88cf4d5012bb0555c9f7fb5e /Net1090/main.swift | |
| parent | 9070c9e6b7c7ce5671f4fad85e4aefa8c27aad28 (diff) | |
| download | ADSBDecoder-2b599499dc26f0f93537d1bea4733eae68333a1c.tar.gz ADSBDecoder-2b599499dc26f0f93537d1bea4733eae68333a1c.zip | |
Save old work that I have no clue what I where doing
Diffstat (limited to 'Net1090/main.swift')
| -rw-r--r-- | Net1090/main.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Net1090/main.swift b/Net1090/main.swift index b0deb2f..2620dca 100644 --- a/Net1090/main.swift +++ b/Net1090/main.swift @@ -11,7 +11,7 @@ import NIO var timer: Timer? -let ADSBClient = NetADSBDecoder(host: "192.168.4.233", port: 30002) +let ADSBClient = NetADSBDecoder(host: "64.226.23.78", port: 30003) print("Hello, World!") print("Start listening client 2") |
