Home  >  Q&A  >  body text

objective-c - ios客户端MQTT实现

如题
现在有造好的轮子吗?
在github上找了一轮貌似没找到合适的
唯一找到一个MQTTKit,但是已经没在维护了
想问一下还有没有其他轮子可用
如果不行要不就C版本的MQTT实现做扩展,
要不就fork一份MQTTKit再来改动

PHP中文网PHP中文网2712 days ago680

reply all(4)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 16:46:27

    After searching and trying a lot
    I finally chose MQTT-Client-Framework
    There are several reasons

    • Objective-c development, the maintenance cost is relatively small for the current situation of the team

    • The author has also implemented a set of manager, which can be modified according to your own needs with minimal cost

    • The most important point is that this project is still very active at present. If you have any questions, you can get a response quickly if you post an issue, while other available implementations are basically in a state of no maintenance

    reply
    0
  • PHPz

    PHPz2017-04-17 16:46:27

    Just use libmosquitto

    reply
    0
  • 黄舟

    黄舟2017-04-17 16:46:27

    I have only used the MQTT Java library on Android, and I don’t know much about iOS development. I don’t know if ibm-messaging/mqtt-PickMeUp will be helpful to you. For detailed instructions, please refer to the corresponding Redbook.

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 16:46:27

    mattkit is used in our project. It’s quite easy to use
    Welcome to join the IoT iOS communication group 499604323

    reply
    0
  • Cancelreply