Skip to content

Releases: flightonary/Moscapsule

Swift 5.0

24 Nov 04:08
dac89a1
Compare
Choose a tag to compare
0.6.4

Update swift version 5.0

Adapting Moscapsule to Xcode 7 and Swift 2

26 Sep 16:38
Compare
Choose a tag to compare
0.5.1

Merge branch 'master' of https://github.com/flightonary/Moscapsule

mosquitto lib v1.4.2

21 May 15:42
Compare
Choose a tag to compare

Update to mosquitto v1.4.2

Cocoapods support

16 May 03:21
Compare
Choose a tag to compare

Support of Installation via Cocoapods.

Other changes;

  • OpenSSL version: 1.0.1.l

TLS_PSK support

31 Dec 14:14
Compare
Choose a tag to compare

The framework supports TLS_PSK.

Other changes;

  • rename "invokeMqttConnection" to "newConnection"
  • rename initialize/cleanup functions

Remove synchronized mutex

16 Dec 13:17
Compare
Choose a tag to compare

Remove synchronized mutex due to performance improvement.
enum Mosq_Return is renamed to MosqResult.

SSL/TLS support

15 Dec 23:56
Compare
Choose a tag to compare

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

02 Dec 11:59
Compare
Choose a tag to compare

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.