Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想开发一个 IOS 程序,它可以与互联网通信,也可以与附近的东西通信。基本上我们想通知 iPhone 即将到来的车牌号码。
我了解 iPhone 如何与互联网通信。但是,如果我们想要附近的更快通信呢?
我知道有这个“码头”。然后是wifi,然后是近场通信和蓝牙。
要与网络通信,我们只需要使用 https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/nsurlconnection_Class/Reference/Reference.html
如果我们想使用更近的通信怎么办?
我们应该使用什么类?
注意:我听说 iPhone 关闭了他们的 Dock API,除非是特殊的外设工厂。只要我们有 API,购买额外的 periperhal 就可以了。
您是否正在寻找像 Bonjour 这样的技术?
https://developer.apple.com/bonjour/
我相信 Bonjour 适用于蓝牙和共享路由器中的 wifi。