Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] sdk-stack vs sdk-client

`sdk-client` is more of a high level API for a client. It implements sessions and session management, subscriptions and subscription management, and has an AddressSpace and Node abstraction.

`stack-client` is low level, basically just connect(), disconnect(), and sendRequest() methods. 

On Sat, Jun 8, 2019 at 8:37 AM Joe San <codeintheopen@xxxxxxxxx> wrote:
Yes, I wanted to unerstand the difference. So from the specification perspective what parts of the spec is implemented by the stack-sdk?

On Sat, Jun 8, 2019 at 2:39 PM Kevin Herron <kevinherron@xxxxxxxxx> wrote:
I assume you're asking about the difference between `stack-client` and `sdk-client` but I'm not sure how to answer your question either way.

`sdk-client` depends on `stack-client`, and the "difference" is all the classes and functionality in the `sdk-client` project.

On Sat, Jun 8, 2019 at 2:42 AM Joe San <codeintheopen@xxxxxxxxx> wrote:
I would like to know what the difference between the sdk-client stack and the sdk-client is? As I see from the source code is that the sdk-client stack has the transport part of the OPC spec implemented. Apart from this is there any other differences?
_______________________________________________
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

Back to the top