iphone/ipad:创建远程控制功能

发布于 2024-11-07 22:44:02 字数 339 浏览 0 评论 0原文

我对iOS开发很陌生,只是想得到专家的指导

实际上我必须做一个项目,在其中我可以使用iPAd/iPhone来控制一些外部设备,如相机移动或类似的东西,一些PIC编程或任何相关的东西到可以通过 iOS 设备控制的机器人、机械装置。

我有点迷失了目光,请指导我。

如果您可以帮助我解决这些问题,我可以获得一些具体的重定向

1) 具有相关材料的白皮书/文章/博客的链接

2) 可以帮助我的第三方库的链接

3) 已经存在的演示应用程序的链接

4)我应该关注什么流来获取有关相同内容的材料。

例如:类似监控系统之类的东西

提前致谢

I am quite new to iOS development and just thought to take guidance from experts

Actually I have to do a project in which I can use iPAd/iPhone to control some external device like camera movement or anything similar like that, some PIC programming or anything related to robotics, mechanics which can be controlled from iOS based device.

I am kind of lost goggling please guide me on this.

If you can help me with these I can get some concrete redirections

1) Links to whitepapers / articles / blogs having relevant material

2) Links of third party libraries which can help me in this

3) Links of demo application which are already there

4) What stream should I focus on to get material regarding the same.

eg: something like survilance system

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜唯美灬不弃 2024-11-14 22:44:02

因此,将 iOS 设备连接到机器人的实用方法是通过 WiFi,建立 UDP 或 TCP 套接字。以下是一些链接:

http:// /www.iphonedevsdk.com/forum/iphone-sdk-development/2023-tcp-ip-udp-networking.html
http://www.youtube.com/watch?v=4XQeZE4nh6M
http://www.youtube.com/watch?v=0ipAKzCwn4Y

我不推荐蓝牙路径,因为 Apple 将蓝牙视为“外部配件”并需要 MFi 认证(专为 iPhone 制造)

So the practical ways to interface an iOS device to a robot are over WiFi, establishing either a UDP or TCP socket. Here are a few links:

http://www.iphonedevsdk.com/forum/iphone-sdk-development/2023-tcp-ip-udp-networking.html
http://www.youtube.com/watch?v=4XQeZE4nh6M
http://www.youtube.com/watch?v=0ipAKzCwn4Y

I would not recommend the Bluetooth path, as Apple considers bluetooth as an "External Accessory" and requires MFi certification (Made for iPhone)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文