tests/projects/opcua_client_encrypted/opcua_0@opcua/confnode.xml
author Edouard Tisserant <edouard@beremiz.fr>
Fri, 13 Sep 2024 14:26:55 +0200
changeset 4012 6337c9c2c379
parent 3820 46f3ca3f0157
permissions -rw-r--r--
MQTT: add JSON payload corresponding to IEC Structured types

- uses https://github.com/cesanta/frozen
- frozen.c is added as a resulting c file in generat_C (fix toolchain_gcc.py as it was breaking dependency checking)
- structured types are converted to C #define, in turn generating json_scanf and json_printf statements
3561
77252e67d0d6 tests: add Beremiz project used in opcua_test CLI test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     1
<?xml version='1.0' encoding='utf-8'?>
3820
46f3ca3f0157 OPC-UA client : python3 + AsyncUA fixes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3631
diff changeset
     2
<OPCUAClient xmlns:xsd="http://www.w3.org/2001/XMLSchema" Server_URI="opc.tcp://127.0.0.1:4840/freeopcua/server/">
3631
176e1f218c61 Tests: add opc-ua encrypted test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3616
diff changeset
     3
  <AuthType>
176e1f218c61 Tests: add opc-ua encrypted test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3616
diff changeset
     4
    <x509 Certificate="my_cert.der" PrivateKey="my_private_key.pem">
176e1f218c61 Tests: add opc-ua encrypted test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3616
diff changeset
     5
      <Policy/>
176e1f218c61 Tests: add opc-ua encrypted test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3616
diff changeset
     6
      <Mode/>
176e1f218c61 Tests: add opc-ua encrypted test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3616
diff changeset
     7
    </x509>
176e1f218c61 Tests: add opc-ua encrypted test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3616
diff changeset
     8
  </AuthType>
3589
a0b645a934c9 OPC-UA, IDE: add CTN parameters to support OPC-UA encryption and authentication.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3561
diff changeset
     9
</OPCUAClient>