iphone/ipad:创建远程控制功能
我对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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因此,将 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)