mosquitto-users team mailing list archive
-
mosquitto-users team
-
Mailing list archive
-
Message #00037
Re: Mosquitto+Python+MySQL+APNS
Thank you a lot Roger! really great suggestions on how to do it.
for the server side, i think my challenge will be how to add the database
storage functionality while:
- making it still be able to easily compatible with future version of
mosquitto and;
- keeping it easier to support my own database scheme change/updates
during the development/versioning cycles;
Ideally, i would just add few additional functions in the code to implement
the "database saving/reading" process.
Where should I do that? I think adding these methods in the python wrapper
of mosquitto is better in the lib itself, right? in this way I can
add/modify the broker functionality without messing with the original
source code of Mosquitto.
I will dig into your source code and try to figure out am I correct.
-Horace
On Tue, Sep 18, 2012 at 4:58 PM, Roger Light <roger@xxxxxxxxxx> wrote:
> Hi,
>
> >> 3. for the iPhone wrapper of the mosquitto client, I checked Marquette
> , is
> >> this wrapper compatible with the latest version of Mosquitto 1.0.2
> >
> > From what I can see, the last commit to Marquette was 8 months ago, so
> > unfortunately no it isn't compatible with 1.0.2.
>
> I'm sure that Nick would be very happy to receive pull requests
> updating it to 1.0.2 though!
>
> Cheers,
>
> Roger
>
References