Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Parsing Binary Pub / Sub

The only thing I can imagine being useful is OpcUaBinaryStreamDecoder and OpcUaBinaryStreamEncoder. Since you're trying to decode structs from a future version of OPC UA that Milo doesn't currently implement there's not going to be anything else to aid you.

On Mon, Jul 29, 2019 at 2:39 AM Joe San <codeintheopen@xxxxxxxxx> wrote:
I'm in the process of implementing a client for the Pub / Sub spec and I managed to parse all the headers so far as laid out in part 14 of the spec. 

I now have to parse the DataSetMessage. Can I reuse some of the stuff from Eclipse Milo? I have a Byte array that could describe the DataSetMetaData or a DataSetMessage. I would like to know if I can re-use the Eclipse Milo libs for this? If so which library dependency should I use? Is it the client-sdk?
_______________________________________________
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