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)

Hey Roger,

looks like you're taking exactly the approach I envisaged. 35k - that's really good!

Ian


On 07/18/2013 10:58 PM, Roger Light wrote:
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
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev



Back to the top