Julius Pfrommer
Julius Pfrommer
Nice! The spec sounds as if the node has to be present when the MonitoredItem is created. But could be removed later. Right?
It seems there are good arguments for both sides. Let’s make this configurable separately for the initial creation of the MonitoredItem and later at runtime. Could you add a UA_RuleHandling...
- Switched the base to target the 1.3 branch. - Added to the 1.3 milestone list The callback looks a lot like "access control". A callback where we ask in...
I see that you use v1.06 of open62541. Is there a chance for you to upgrade to v1.3? That’s a bit of work initially. But the node set compiler was...
Yes. We can now extract the data type definitions from the xml. Where the bsd is embedded in a base64 encoding. @andreasebner and @NoelGraf have the details.
Android is (mostly) POSIX. Also I'm pretty sure OpenSSL and MbedTLS both exist for Android. Make sure that you use the NDK for native binaries. As we use C and...
You can now use this facility to attach data to session: https://github.com/open62541/open62541/blob/master/include/open62541/server.h#L434
this kind of issue appears too often imho. Whether this isn’t our fault or not. What we could do going forward is to null terminate our strings in addition to...
There is a list of the bootstrapped nodes in the nodeset compiler folder. https://github.com/open62541/open62541/blob/e7d26d483b3511fe33125e00c39b6ea5d16f702d/tools/nodeset_compiler/NodeID_NS0_Base.txt#L1
Have a look at these two locations for the definition of `UA_EXPORT`. It seems this can be solved by setting the `UA_DYNAMIC_LINKING_EXPORT` macro. https://github.com/open62541/open62541/blob/acaa87d1c7b9fb649fdf8f29b36536952b88b3b2/include/open62541/config.h.in#L87 https://github.com/open62541/open62541/blob/671a7f456a32e5131a71ac18ef34744ef81e6f38/include/open62541/architecture_definitions.h#L169 I'm a little bit hesitant...