This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 73297180ba4 Update license information (#13113)
add 78439da4127 Pipe: Implemented Client-Server model in OPC UA Sink &
Enable anonymous access settings & Corrected date time format (#13100)
No new revisions were added by this update.
Summary of changes:
iotdb-core/datanode/pom.xml | 4 +
.../connector/protocol/opcua/OpcUaConnector.java | 207 +++---------
.../connector/protocol/opcua/OpcUaNameSpace.java | 373 +++++++++++++++++++++
.../protocol/opcua/OpcUaServerBuilder.java | 32 +-
.../config/constant/PipeConnectorConstant.java | 13 +
pom.xml | 11 +
6 files changed, 476 insertions(+), 164 deletions(-)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/protocol/opcua/OpcUaNameSpace.java