GithubHelp home page GithubHelp logo

kryskool / itss2 Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.65 MB

An implementation of the WWKS2 protocol. At the moment this implementation has an Alpha status. It is almost untested and should be treated as a technical preview.

License: GNU Affero General Public License v3.0

C# 100.00%

itss2's Introduction

ITSS2

ITSS2 is an implementation of the WWKS2 protocol. The WWKS2 protocol is used in a pharmacy or hospital environment to enable a communication between IT-Systems and Storage Systems. This library is implemented based on the .NET Framework and is written in C#. These are the key features at the moment:

  • Supports two different layers of abstraction of the business logic: dialogs and workflows. At the workflow level you have a simple access to the logic of the protocol. You don't have to care of the details. If you'd like to be more flexible, you can use the APIs at the dialog level. Here you have the full control what message is sent and when.
  • Provides a strict separation of protocol messages and its transfer and serialization. As serialization formats XML and JSON are currently available. It is quite easy to introduce new transfer modes and serialization formats without changing the existing business logic.
  • The library is extendible. Basically it provides you with the standard implementation of the WWKS2 protocol. If you wish to introduce new dialogs or extend existing ones, this is easily possible. That means there is a clear distinction between what is standard and what are your own extensions.
  • The participants of a connection are not fixed tied to a client or server role.
  • Simple and straight forward error handling. If a message cannot be handled for some reason at your side of the connection, you have the chance to get notified with all details about what went wrong and why.

Current status

At the moment the code is an a development phase. So no Beta, RC or even Release status. It should be treated as a technical preview. The next steps are to continue testing and fix the found bugs.

What's coming up next?

The features/topics mentioned below will be provided in the future. -Not necessarily in that order.- As I'm doing all of the coding in my free time, it may take some time.

  • Extending unit tests
  • Format bridge
  • Documentation (API/Architecture)
  • TCP and file system transfer modules
  • TLS encryption
  • Samples
  • Simulators

itss2's People

Contributors

thomasreth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.