Skip to content

nutilius/rexxmqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

rexxmqtt

Mainframe REXX MQTT implementation

Currently only sending is implemented. Only TCPI (without TLS).

Call as

sendmqtt mqtt://host<:port>/topic-path

Four metods of feeding data available:

  • SAFE - NetView SAFE (only available in NetView environment)
  • FILE - dataset is source of data (use TSO ALLOC, FREE and EXECIO)
  • STCK - rexx stack is source of data
  • TEXT - last argument is data to send

About

Mainframe REXX MQTT implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages