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?

Thanks for that! I assume that the opc binary sends a stream of bytes that will be decoded by the decoder, so where exactly can I find that place in the code that takes this byte array and decodes it into the respective classes?

On Wed, Jul 17, 2019 at 2:35 AM Kevin Herron <kevinherron@xxxxxxxxx> wrote:

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
_______________________________________________
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