milo
milo copied to clipboard
Eclipse Milo™ - an open source implementation of OPC UA (IEC 62541).
I implemented the LDS (Local Discovery Service) and LDS-ME (Multicast Extenstion) in this PR according to OPC UA Part 12. This means that the full set of Discovery Services is...
Hi, Is it possible using the SDK to export the OPC UA Server address space as Nodeset xml file ?
Signed-off-by: Marcus Orchard
Given the situation: Milo Java and Prosys stacks are not connecting. Something is wrong with my certificates. **Actual behaviour** - Milo stack doesn't tell me, which certificate it has an...
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.
https://github.com/eclipse/milo/blob/cd0f3d97f78de3823541229032642f8af9f00040/opc-ua-stack/stack-server/src/main/java/org/eclipse/milo/opcua/stack/server/transport/uasc/UascServerAsymmetricHandler.java#L382-L385 Matches the first EndpointDescription with requested Security and Path, but ignores the hostname in the URL. This leads milo to choose a different endpoint than requested and then presenting...
Parent ticket for all 1.0 sub-tasks and issues. - [ ] ECC Security Profiles - [x] #1248 - [ ] DynamicStructCodec - [x] JsonStructCodec - [ ] Server-side Support for...