Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Contributing and coding standards?

Hello Frank,

That's not a very acedemic argument for what type of software to use. 
I'm sure the full version will "work fine", but it is most certainly not
optimial for my particular application.  Just because you *can* do
something doesn't mean that you *should*. 


On 12/4/18 10:05 AM, Frank Pagliughi wrote:
> Hey Daniel,
>
> Your board is an utter powerhouse compared to ones on which I have
> deployed the "full" Paho C library!!!
>
> For comparison, just a few years back I successfully deployed the Paho
> C library on an _ancient_ ARM9TDMI processor running:
>
> 200MHz with 32MB flash and 32MB RAM, with 8kB caches!!!
> It used Linux 2.6 and gcc 4.2.
>
> Mosquitto was also running on the board to create an internal
> message/event bus, and I used Redis for MQTT message persistence and
> SQLite for longer-term storage. The board was also collecting,
> aggregating, and transmitting a fair amount of data.
>
> The performance of the Paho library was never an issue.
>
> So you should give it a try before attempting to transform the
> Embedded C library into something different than it was meant to be.

I'll let you make your own decisions about what you should do in your
projects and I'll likewise make my own.  What was it "meant to be"
anyway?  And what does that even mean?

Daniel




Back to the top