Skip to content

barbinbrad/ignition-jython-modules

Repository files navigation

What is this?

This is a collection of pre-built jython modules that can be added to Ignition to support easy import of the following libraries:

  1. requests
  2. bottle
  3. paho.mqtt
  4. sparkblug_b
  5. boto3 1.17 (depracated)

Install modules for Ignition

git clone https://github.com/barbinbrad/ignition-jython-modules
rsync -r --exclude '.git' ignition-jython-modules/. /usr/local/ignition/user-lib/pylib

Add modules to Repo

  1. Install jython
  2. Clone the repo of the module to be installed
  3. Run jython install setup.py in the cloned repo
  4. Copy the results from jython/Lib/site-packages to this repo
  5. Open an MR
  6. Close Ignition and run the scripts above

About

python resources for adding mqtt + sparkplug to Ignition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages