← Back to team overview

mosquitto-dev team mailing list archive

Re: [Question #135043]: Conversion from Ascii to Decimal/hexadecimal

 

Question #135043 on mosquitto changed:
https://answers.launchpad.net/mosquitto/+question/135043

    Status: Open => Answered

Roger Light proposed the following answer:
Hi Venky,

This is the kind of task that would be well suited to a "subscribe-
process-publish" style client. There's an overview from around slide 4
on http://www.slideshare.net/andysc/the-house-that-twitters (which is
worth watching in its entirety anyway), but essentially your client
would subscribe to the raw AT commands, do the conversion from ASCII and
republish the message on a new topic.

Don't forget, the broker, as the name suggests, is just a means of
getting messages from publishing clients to other interested
(subscribing) clients. It never does anything with the messages
themselves.

Cheers,

Roger

-- 
You received this question notification because you are a member of
Mosquitto Dev, which is an answer contact for mosquitto.