| Yes, you can run the ExampleServer class. 
 
 Or use demo servers from other vendors and projects.  Cool! I will take a look. Is there any sample data that I can take a look at? I don't have access to any OPC UA server, but I guess I can run the server examples in milo to have a server running?  It sounds like you just need to use the client SDK and its OpcUaClient class. Let the SDK worry about deserializing binary data. That's not your job. 
 _______________________________________________Ok so you mean to say the OpcUaBinaryStreamEncoder and the OpcUaBinaryStreamDecoder can handle the binary data from an OPC UA server? I will need to write a client that connects to the OPC UA server using the binary protocol, parse the data into my application object which I define. I can see that there are several client examples in the mile-examples. Which one should I look into for my needs? 
 _______________________________________________Joe, 
 The binary format is defined in OPC UA Part 6. 
 You could look at OpcUaBinaryStreamEncoder and OpcUaBinaryStreamDecoder as well as the codecs for each of the built-in structs to get an idea of how it works. You could also use the encoder to write the contents of whatever built-in types or structures you want out to a file, but I'm not sure what you'd gain from it. 
 ______________________________________________________________________________________________Dear Milo Dev Community, 
 Is there a sample dataset that is available that I can use to see how the binary data looks like? Reason is, I would be using the OPC UA Binary protocol to read and parse data into my application and would like to know if I can get hold of some dataset sample just to have a feel of how this binary data could look like? Any ideas? 
 Thanks and Regards, Jothimilo-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
 
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
 
 |