gpt4 book ai didi

ios - 如何在 iPhone 上用 Swift 实现 UDP 客户端和发送数据?

转载 作者:搜寻专家 更新时间:2023-10-31 19:35:20 27 4
gpt4 key购买 nike

我想开发 UDP 客户端并在 Swift 中发送数据。

我引用了以下链接:

Swift: Receive UDP with GCDAsyncUdpSocket

Retrieving a string from a UDP server message

Swift UDP Connection

但我找不到在 Swift 中实现 UDP 的好方法。

谁能教我如何在iPhone上用Swift实现UDP客户端和发送数据?

最佳答案

对我来说,我使用了this , 及其用法:

broadcastConnection = UDPBroadcastConnection(port: 35602) { [unowned self] (response: (ipAddress: String, port: Int, response: [UInt8])) -> Void in
print("Received from \(response.ipAddress):\(response.port):\n\n\(response.response)")
}

关于ios - 如何在 iPhone 上用 Swift 实现 UDP 客户端和发送数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28295486/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com