Releases: flightonary/Moscapsule
Releases · flightonary/Moscapsule
Swift 5.0
Adapting Moscapsule to Xcode 7 and Swift 2
0.5.1 Merge branch 'master' of https://github.com/flightonary/Moscapsule
mosquitto lib v1.4.2
Update to mosquitto v1.4.2
Cocoapods support
Support of Installation via Cocoapods.
Other changes;
- OpenSSL version: 1.0.1.l
TLS_PSK support
The framework supports TLS_PSK.
Other changes;
- rename "invokeMqttConnection" to "newConnection"
- rename initialize/cleanup functions
Remove synchronized mutex
Remove synchronized mutex due to performance improvement.
enum Mosq_Return is renamed to MosqResult.
SSL/TLS support
The framework supports SSL/TLS certification by server or/and client.
TLS_PSK is not supported yet.
Other Changes;
- getting mosquitto socket.
First development version
You can use this version for MQTT publish, subscribe and unsubscribe.
All functions are concurrent and thread-safe.
But this version not include SSL/TLS enabling.