/electron_modbus

Modbus TCP desktop application using electron

Primary LanguageCSS

Electron_Modbus

Desktop application to used to test Modbus TCP. This application uses jsmodbus and electron.

Getting up and running

No need to have node or electron installed, simply unzip into the correct locations and run:

  1. Download the electron zip for your operatring system.
  2. Unzip the file into a folder named electron_modbus_app.
  3. Download a zip of this repository.
  4. Unzip it into the electron_modbus/resources folder.
  5. Rename the electron_modbus-master folder to app. The contents of this repository should be in the electron_modbus/resources/app/ directory.
  6. Double click on electron_modbus/electron file.

Contribution

This application is very immature. If you find it useful, or would like to help make it better, let me know.

License

Copyright (c) 2017 Anthony Mujic

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.