jackybek

Results 30 issues of jackybek

## Description ## Background Information / Reproduction Steps Used CMake options: ```bash cmake -DUA_NAMESPACE_ZERO= .. ``` ## Checklist Please provide the following information: - [X ] open62541 Version (release number...

## Description Can I know if there are examples on how to implement opc UA server with web sockets support ? i only found 1 line of code in the...

I created many callbacks and would like to code a open62541 client instance to turn on and off the callbacks during runtime. Is this possible ?

Type: Question
Component: Client

I did a prototype and manage to integrate open62541 with freeradius + openldap.

I am developing interfaces to enable open62541 server to communicate with industrial devices such as 1. Beckhoff ADS 2. modicon modbus tcp and serial 3. Profinet and profibus 4. EtherCAT...

Any plans to upgrade the open62541 libraries to use ldap ? I manage to integrate my program to openldap to replace the fixed array of userid/password given in the examples.

## Description I traced the program and located this: `` static UA_StatusCode add_x509V3ext(const UA_Logger *logger, X509 *x509, int nid, char *value) { X509_EXTENSION *ex; X509V3_CTX ctx; X509V3_set_ctx_nodb(&ctx); X509V3_set_ctx(&ctx, x509, x509,...

I am planning to implement a gui opcua client that connects to a running open62541 server and extracts all the available nodes, methods, alarms, historians, etc and presents in the...

Type: Question