opc_ua/opcua_client_maker.py
2022-11-10 Edouard Tisserant OPC-UA: better handling and reporting of server browser's connection errors. wxPython4
2022-11-10 Edouard Tisserant OPC-UA: Extend Drag'N'Drop target to whole input or output panel not only grid. wxPython4
2022-11-03 Edouard Tisserant Backed out changeset c6068b674b30 wxPython4
2022-10-25 Edouard Tisserant OPC-UA client: add ApplicationUri parameter in case it differs from server's URI wxPython4
2022-10-11 Edouard Tisserant OPC-UA: better logging in case of failure at init wxPython4
2022-10-05 Edouard Tisserant OPCUA: cosmetic fixes wxPython4
2022-09-14 Edouard Tisserant OPC-UA: add logging to help user to understang what went wrong when connecting. wxPython4
2022-09-13 Edouard Tisserant OPC-US client: add support for x509 and user+password authentication. wxPython4
2022-09-06 Edouard Tisserant OPC-UA, IDE: add CTN parameters to support OPC-UA encryption and authentication. wxPython4
2022-02-02 Edouard Tisserant Merge default wxPython4
2022-01-17 Edouard Tisserant OPC-UA client: "static" class was forgotten for open62541 client structure preventing multiple client.
2022-01-17 Edouard Tisserant OPC-UA: cosmetic fix and armless typo
2022-01-16 Edouard Tisserant Merged default in wxPython4, include runtimeLists wxPython4
2021-11-30 Edouard Tisserant OPC-UA client: generated code now take UA_Variants on the stack directly, avoid useless allocation on write, and unalloc implicitely allocated data on read
2021-11-30 Edouard Tisserant OPC-UA client: generated code now take UA_Variants on the stack directly, avoid useless allocation on write, and unalloc implicitely allocated data on read wxPython4
2021-10-29 Edouard Tisserant merged wxPython4
2021-10-29 Edouard Tisserant OPC-UA: fix types in model not being preserved after reload of CSV file, leading to exception when changing selection lists content.
2021-10-29 Edouard Tisserant OPC-UA: Removed more "LocalizedText()", this time in selected variable list
2021-10-22 Edouard Tisserant Backed out changeset c646a1f0fb0b - was on wrong branch wxPython4
2021-10-21 Edouard Tisserant Make OPC-UA client compatible with wxPython3, util wxPython4 branch deserve to be merged wxPython4
2021-10-19 Edouard Tisserant OPCUA: fix display names appearing with a "LocalizedText(" prefix when browsing localized server. wxPython4
2021-10-18 Edouard Tisserant OPCUS client: fix handling of string type Node Identifier wxPython4
2021-10-18 Edouard Tisserant Add OPC-UA simple synchronous client extension. wxPython4