This is an automated email from the ASF dual-hosted git repository.
jfeinauer pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git.
from cb4f455 - Added some additional information for Windows builds --
Need to have OpenSSL installed -- Avoid installing to locations with spaces in
the path
add c47d761 add iotdb integration example. for just saving one field for
a PLC.
No new revisions were added by this update.
Summary of changes:
.../pom.xml | 15 +-
.../examples/integration/iotdb/CliOptions.java | 188 +++++++++++++++++++++
.../java/examples/integration/iotdb/PlcLogger.java | 139 +++++++++++++++
.../src/main/resources/logback.xml | 0
plc4j/examples/pom.xml | 1 +
5 files changed, 339 insertions(+), 4 deletions(-)
copy plc4j/examples/{hello-integration-edgent =>
hello-integration-iotdb}/pom.xml (91%)
create mode 100644
plc4j/examples/hello-integration-iotdb/src/main/java/org/apache/plc4x/java/examples/integration/iotdb/CliOptions.java
create mode 100644
plc4j/examples/hello-integration-iotdb/src/main/java/org/apache/plc4x/java/examples/integration/iotdb/PlcLogger.java
copy {sandbox/plc-simulator =>
plc4j/examples/hello-integration-iotdb}/src/main/resources/logback.xml (100%)