UDPBroadcastConnection:使用 Dispatch 源发送 UDP 广播消息和侦听响应的框架

时间:2024-06-18 08:44:06
【文件属性】:

文件名称:UDPBroadcastConnection:使用 Dispatch 源发送 UDP 广播消息和侦听响应的框架

文件大小:106KB

文件格式:ZIP

更新时间:2024-06-18 08:44:06

Swift

UDP广播连接 使用调度源发送 UDP 广播消息和侦听响应的框架。 要求 iOS 9.3以上版本,Swift 5.0 用法 包含一个示例应用程序,用于演示 UDPBroadcastConnection 的功能。 该示例可能不适用于您开箱即用,因为您需要有人在您的网络上的正确 UDP 端口上侦听和响应。 入门 创建UDPBroadcastConnection端口35602与闭合处理这个回应: broadcastConnection = try UDPBroadcastConnection ( port : 35602 , handler : { ( response : ( ipAddress : String , port : Int , response : [ UInt8 ])) -> Void in print ( " Received from \( respo


【文件预览】:
UDPBroadcastConnection-master
----send.py(353B)
----receive.py(298B)
----Resources()
--------aaa_logo.png(38KB)
----LICENSE(1KB)
----UDPBroadcast tvOS()
--------Info.plist(791B)
--------UDPBroadcast_tvOS.h(562B)
----UDPBroadcast watchOS()
--------UDPBroadcast_watchOS.h(589B)
--------Info.plist(791B)
----UDPBroadcastExample()
--------ViewController.swift(3KB)
--------Info.plist(1KB)
--------Config.swift(341B)
--------Base.lproj()
--------AppDelegate.swift(2KB)
--------Assets.xcassets()
----ReadMe.md(2KB)
----UDPBroadcast.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(38KB)
--------xcuserdata()
----receive_and_reply.py(340B)
----UDPBroadcast macOS()
--------UDPBroadcast_macOS.h(569B)
--------Info.plist(899B)
----UDPBroadcast()
--------UDPBroadcastConnection.swift(11KB)
--------UDPBroadcast.h(520B)
--------Info.plist(823B)
--------UDPBroadcastConnectionError.swift(841B)

网友评论