ssproessig / ipc-adapter

Study for an inter-process adapter in C++/Qt 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipc-adapter

Study for an inter-process adapter in C++/Qt 5.

Status

master Win64 status badge develop Win64 status badge develop Win64 coverage MIT License

Key words for use in RFCs to Indicate Requirement Levels

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document and other documents in this repository are to be interpreted as described in RFC 2119.

Big Picture / Solution to Realize

ipc-adapter big picture

Customer has

  • a legacy system that needs to be connected to
  • a new ESB solution.

We assume that we

  • receive data in some format from the ESB and
  • need to convert, merge and filter it, before
  • forwarding it to the legacy system.

Documentation

Sources

Refer to 20_Sources.

License

Refer to LICENSE

About

Study for an inter-process adapter in C++/Qt 5

License:MIT License


Languages

Language:C++ 89.4%Language:CMake 10.4%Language:C 0.2%