JMRI Jython Example Files (Topic Subdirectory)

JMRI Jython Example Scripts for Using MQTT
======================================================

This folder contains user-contributed [scripts][1] written in Jython, a Java-based
variant of Python, available in the JMRI application.

Further information on some scripts may also be found here:
 - [Script-based help][2]
 
## Copying and License 

See [the COPYING file][3] for the license terms for using these files.  See also the [JMRI Copyright page][4]


[1]: https://www.jmri.org/help/en/html/tools/scripting/index.shtml
[2]: https://www.jmri.org/help/en/html/scripthelp/
[3]: https://www.jmri.org/jython/COPYING
[4]: https://www.jmri.org/Copyright.html


Sample Scripts

MqttSignalHead.py (download)
MqttSignalHead2.py (download)
ReceiveMqttMessage.py (download)
SendMqttMessage.py (download)
SetMqttOptions.py (download)
SetMqttParser.py (download)
SetMqttPrefix.py (download)

Other Files

README.md (download)