Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Decoder - Where to look?

OpcUaBinaryStreamDecoder: https://github.com/eclipse/milo/blob/master/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/serialization/OpcUaBinaryStreamDecoder.java

How have you found yourself needing to decode a binary message? Seems like an odd situation.

On Tue, Jul 16, 2019 at 4:44 PM Joe San <codeintheopen@xxxxxxxxx> wrote:
Where in the Eclipse Milo codebase should I look for decoding the binary messages? I have a binary array from an OPC UA server and would now want to decode it. Is there some sample decoder that I can take a look at?
_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev

Back to the top