Max and MQTT?
I'm interesting in having Max talk to MQTT brokers - and I know there's been an MQTT plugin based around MXP (sp?) but now Java is no longer friends with OSX, I'm wondering if there's an alternative anywhere?
There are options to gateway through another service that consumes MQTT and squirts out another format (node-red sits in this space quite nicely, and is worth bringing to the attention of patchees exploring the network data space) but I'd like to avoid having another system and layer to manage if possible.
I do have the same issue. Since update to osx 10.12. mxj doesn't want to work any more. In 10.11 I still could reinstall the old version of jdk. So if you are lucky and haven't updated yet you can still get it here and mxj does again what you wanted...
https://support.apple.com/kb/DL1829?locale=de_CH&viewlocale=de_DE
And if anyone has any suggestions how to get mxj working again in Sierra, that would be amazing...
Hi guys, any news on this topic ?? I would like to use it for Arduino projects ! Thanks
hey! any news guys?
Another alternative is zeromq. I experimented with Max communicating with a remote python server using zeromq: https://github.com/shakfu/py-js/tree/main/source/projects/ztp
or max external
Plain MQTT and node.js works very very perfectly.
did you try that way ?