netbird/client/ios/NetBirdSDK
Zoltan Papp 0c039274a4
[relay] Feature/relay integration (#2244)
This update adds new relay integration for NetBird clients. The new relay is based on web sockets and listens on a single port.

- Adds new relay implementation with websocket with single port relaying mechanism
- refactor peer connection logic, allowing upgrade and downgrade from/to P2P connection
- peer connections are faster since it connects first to relay and then upgrades to P2P
- maintains compatibility with old clients by not using the new relay
- updates infrastructure scripts with new relay service
2024-09-08 12:06:14 +02:00
..
client.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
gomobile.go Feature/add iOS support (#1244) 2023-12-18 11:46:58 +01:00
logger.go Feature/add iOS support (#1244) 2023-12-18 11:46:58 +01:00
login.go [client] Add mTLS support for SSO login (#2188) 2024-08-13 18:07:44 +03:00
peer_notifier.go Add route selection to iOS (#1944) 2024-05-10 10:47:16 +02:00
preferences_test.go Feature/add iOS support (#1244) 2023-12-18 11:46:58 +01:00
preferences.go add methods to manage rosenpass settings for iOS (#1879) 2024-04-23 19:26:03 +02:00
routes.go Support DNS routes on iOS (#2254) 2024-07-15 10:40:57 +02:00