发送和接收数据包的简单方法?
有人可以将我链接到一个简单的教程,该教程允许您通过网络服务器发送和接收数据包吗?我需要做的就是能够将包含特定内容的数据包发送到特定设备,并让设备每秒检查新数据包。源代码也会有帮助。感谢您的帮助。
Could someone please link me to a simple tutorial that allows you to send and receive packets over a web server? All I need to do is be able to send a packet to a certain device with certain contents and have the device checking for new packets every second. Source code would also be helpful. Thanks for the help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看 NSConnection 的文档,也可以使用 asihttprequest 作为直接替代品,这要好得多:
http://allseeing-i.com/ASIHTTPRequest/
You can look at the documentation for NSConnection, or you can use asihttprequest as a drop-in replacement, which is much better:
http://allseeing-i.com/ASIHTTPRequest/