Julius Pfrommer
Julius Pfrommer
@mlang-de Yes we need a suppression flag for startup. Also, we need to suppress new events to be emitted when we build up an event (which is represented as an...
Wow, this is a huge commit. But bigger is not always better. 4k lines are a bit much. Can you reduce to show only the essentials of pubsub? For example,...
Try to get more detailed log output from prosys. Difficult to say otherwise.
Little to see. Can you increase the log verbosity in both sides?
Yes, this is indeed feasible. It is even described in the standard as an “aggregation server”. Don’t underestimate the many edge cases that have to be covered. For example if...
The change looks good! Two requests before we merge. Since the value can only be a scalar, use an ExtensionObject to store: UA_ExtensionObject_setValue That has less moving parts like arrays...
Try the 1.3 branch. The master branch is undergoing refactoring and freertos has not yet kept up. Alas, we don’t have continuous integration for freertos. So it needs some manual...
Try the 1.3 branch. The master branch is undergoing refactoring and freertos has not yet kept up. Alas, we don’t have continuous integration for freertos. So it needs some manual...
Thanks for the update. The code is looking good. But we should keep the separation between core library and os-dependent plugins intact. To get the expiration date of a certificate,...