Julius Pfrommer

Results 357 comments of Julius Pfrommer

We can either filter for obvious wildcard addresses and prevent the lookup. Or we can add a configuration flag that prevents any lookup from dns to host name. Any preference?

This is now tagged for alarms and conditions. It needs to be resolved before we can get out of the experimental state.

Have you observed the crash or is this theoretical? Because the run_iterate method internally only calls the eventloop->run method. Which is taking locks internally. And the server locks are taken...

Very nice. The changes are all fine now. But please split the PR into 2 commits. One for the discovery example and one for the client changes. The two topics...

There already is a type array. Defined in types.h just above. Better modify the existing structure. Further, use a linked list with a simple forward pointer. So you don’t have...

Besides key-frames there are also delta-frames. Which contain only the changed fields. This is described in the opc UA Standard Part 14. Do you receive the messages from a different...

Please rebase this on the current master. The CI should be all green then.

You need to look at getUserRightsMask_default getUserAccessLevel_default The meaning of the returned bitfield is documented in the standard and here: https://github.com/open62541/open62541/blob/master/include/open62541/constants.h#L56