From c70784a645891d85243a484b55794035b2450c4d Mon Sep 17 00:00:00 2001 From: claire-wong <67246225+claire-wong@users.noreply.github.com> Date: Wed, 19 Oct 2022 15:32:03 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9e1f56c..057f178 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # ISBM-2.0-Client-SDK + +A Software Development Toolkit to assist anyone interested in trying out the Open Industrial Interoperability Ecosystem (OIIE) + +### Objectives + +Since OIIE involves multiple industry standards at different levels of the technology stack, it is helpful to have a basic implementation to experience the OIIE in action. This SDK includes sample C# code projects and two favors of ISBM 2.0 Client Adapters, .Net Core 3.1 and .Net Standard 2.0. They support a wide range of .Net Implementations and OS or Hardware platforms, see details in ISBM 2.0 Client Adapter Architecture Diagram. By using the adaptor, you can deliver and receive CCOM messages through OIIE with just in few lines of code. It cut down on the learning curve without diving into the technical details of the standards.