@@ -8,7 +8,7 @@ This object provides a Max interface to a treaded instance of the [libmosquitto]
...
@@ -8,7 +8,7 @@ This object provides a Max interface to a treaded instance of the [libmosquitto]
v20210101 was developped, tested and signed on macOS 10.14.6 with a mosquitto broker running on debian in a well-connected north american data center. It covers the features our application required; more work to follow (see below).
v20210101 was developped, tested and signed on macOS 10.14.6 with a mosquitto broker running on debian in a well-connected north american data center. It covers the features our application required; more work to follow (see below).
It bundles a static libmosquitto binary (TLS support was giving errors so it was simply disabled through CMake). You can probably swap the .a in the .mxo with your own signed library if you wish. (Not sure how the Xcode project will present itself to someone else vs signing identities).
It bundles a static libmosquitto binary (TLS stuff was raising errors so it was disabled through CMake). You can probably swap the .a in the .mxo with your own signed library if you wish. (Not sure how the Xcode project will present itself to someone else vs signing identities).
## TODO
## TODO
...
@@ -19,7 +19,7 @@ Max interface:
...
@@ -19,7 +19,7 @@ Max interface:
- ~~complete attribute support~~
- ~~complete attribute support~~
- re-connect on attribute change when required
- re-connect on attribute change when required
- complete max type support on publish (how to allow arbitrary length vs QOS/persistence?)
- complete max type support on publish (how to allow arbitrary length vs QOS/persistence?)
- auto-connection on object creation if attributes are set
-~~auto-connection on object creation if attributes are set~~
- "enable" toggle (to "mute" traffic at the max level)
- "enable" toggle (to "mute" traffic at the max level)