Kevin Herron
Kevin Herron
I don't see any way to escape usages of % in code blocks, e.g.: ```kotlin appendln( """ xmlDictionary.registerEnumCodec( new ${'$'}T.Codec().asXmlCodec(), String.format("//xs:element[@name='%s']", "$typeName"), $typeName.getTypeId().local(namespaceTable).orElseThrow( () -> new IllegalStateException("namespace not registered: "...
Simple implementations of the Node Management services that just created dummy nodes would be helpful.
@kevinherron - would you be ok if I took a stab at implementing this as a PR and associating the commit with this enhancement request? I agree, the server would...
If anybody is ever interested in the HTTPS transport being implemented, the implementation of `OpcUaXmlStreamEncoder` is a prerequisite. Currently this class only exists in branch https://github.com/eclipse/milo/tree/dev/0.2.x. The dual of this...
This allows custom structures to be decoded to and encoded from `JsonStruct`, a container for a GSON-backed `JsonObject`, rather than the default `DynamicStruct` and company.
Parent ticket for all 1.0 sub-tasks and issues. - [ ] ECC Security Profiles - [x] #1248 - [ ] DynamicStructCodec - [x] JsonStructCodec - [ ] Server-side Support for...
Browsing a server built with opcua-asyncio for HasTypeDefinition references is broken. When specifying a NodeClassMask of only ObjectType or VariableType, no results are returned. If the NodeClassMask is set to...
Are there plans to implement ACSI SetFile / MMS ObtainFile request?