Max and MQTT?

Dave M's icon

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.

Fabian Gutscher's icon

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

Fabian Gutscher's icon

And if anyone has any suggestions how to get mxj working again in Sierra, that would be amazing...

Felon's icon

Hi guys, any news on this topic ?? I would like to use it for Arduino projects ! Thanks

Phivos-Angelos Kollias's icon

hey! any news guys?

Shakeeb Alireza's icon

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

Source Audio's icon
Julien Bayle's icon

Plain MQTT and node.js works very very perfectly.

did you try that way ?