-
Notifications
You must be signed in to change notification settings - Fork 930
mqtt_on_ios
There are a couple of options for using MQTT on iOS. Facebook are doing so (they credit libmosquitto in their native Facebook iOS app, and in the Facebook Messenger app).
- It is possible to use libmosquitto on iOS. Marquette is an example iOS app (with source) to control a Nanode.
There is also an Objective-C implementation of a client from the m2m.io team. This ships with an Xcode project which contains a simple iOS publish/subscribe client, HelloMQTT.
-
Yet another IOS simple example. https://github.com/tipih/Simple_MQTT This is working on IOS7 with ARC. It also works with TLS.
-
mqtt-prowl - Subscribe to topics on an MQTT broker and notify via Prowl
-
MQTT-Client-Framework a native Objective-C (works with Swift too), fully featured MQTT client for iOS, macOS and tvOS. There is a demo application MQTTChat and an Introduction
-
MQTTInspector an iOS (iPhone, iPod, iPad) MQTT monitoring and testing tool
MQTT Community Wiki by mqtt.org community members is licensed under a Creative Commons Attribution 4.0 International License and was made possible by the generosity of all of its contributors.