View Single Post
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#195
Originally Posted by ralight View Post
Hi there,

I'm the author of mosquitto. I'd just like to point out that some of the MQTT features you might want to use aren't in mosquitto yet - specifically client authentication and access control lists as added in v3.1 of the MQTT spec. They'll be in the next release, but if you can't wait that long they are supported in the IBM "free for evaluation" broker, rsmb. Mosquitto uses the same config file format as rsmb, so you'll be able to swap between them.

I'm also keen on making sure mosquitto can run on more restricted/unusual devices - so if you need help getting it on a dd-wrt router or similar then feel free to get in touch.

It's good to hear interest in MQTT for this kind of application - it's exactly the situation its suited for.

Best of luck!

Cheers,

Roger
I tried playing around with the qos values, but I am not sure that I understand them. What is the best way to send a message, and ensure that it gets delivered, even if the client is offline?

Since this is being used for sms messages, I want the messages to be delivered when the client comes back online. What is the best way to do this?