Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Contribution of MQTT Servers (Mosquitto and RSMB)

On Wed, Jul 17, 2013 at 11:05 AM, Ian Craggs
<icraggs@xxxxxxxxxxxxxxxxxxxxxxx> wrote:

> The original goal of RSMB was to be as small as feasible, to fit where a JVM
> wouldn't go.  Are we happy to keep KISS as a principle?  I can't imagine
> anyone would object (Oh no, we want bloatware!)

Agreed.

Mosquitto is now bigger than RSMB, but supports more things. The
principle I've tried to follow is to make it possible to remove as
many features as possible at compile time to allow a minimal install.
The mosquitto-tiny copy of the repository that I have on my
development machine (which has about the most basic feature set
possible and all config must be set at compile time) compiles down to
a 35kB exe, which is pretty good going.

Cheers,

Roger


Back to the top