Skip to content

DougieLawson/REXX_MQTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample of how to use the MQTT V3.1 protocol with a rexx program.  It was written using Regina REXX with an add-on Rxsock library.

It should work with ooRexx (with the built in REXX sockets) but I've not tried it.

It has been tested (but not exhaustively) with Mosquitto.

(C) 2011 Dougie Lawson, all rights reserved.

dl1ims@gmail.com

http://mqtt.org
http://mosquitto.org

On Ubuntu you'll need Regina and the development library (`apt-get install regina-rexx libregina3-dev`). Regina doesn't include a RxSock package so you'll need to install that package from http://downloads.sourceforge.net/project/rxsock/rxsock/1.4/RxSock-1.4.tar.gz (sorry it isn't available ready built).

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

About

Sample REXX pub and sub clients for MQTT/Mosquitto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published