Industrial-Shields / java-SimpleComm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleComm for Java

The SimpleComm library is used to communcate with Industrial Shields PLCs devices through the SimpleComm protocol. You can find the arduino-SimpleComm library here.

Gettings started

Prerequisites on Linux

  1. JAVA development kit (SDK)
  2. JAVA runtime environment (JRE)
  3. (Optional) Doxygen for building documentation

Building (Linux)

  1. Download or clone the library from the GitHub:
git clone https://github.com/Industrial-Shields/java-SimpleComm
cd java-SimpleComm
  1. Build the JAR file:
make
  1. Copy the SimpleComm.jar file wherever you want.

  2. (Optional) Build examples:

make tests
  1. (Optional) Build documenation:
make doc

Reference

TODO

About

License:GNU Lesser General Public License v3.0


Languages

Language:Java 90.4%Language:Makefile 9.6%