Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
/ modular-examples Public archive

Some example projects to demonstrate the possible building blocks for modularity

Notifications You must be signed in to change notification settings

twMr7/modular-examples

Repository files navigation

modular-examples

Visual C++ example projects to demonstrate the building blocks of modular software desgin.

Prerequisites

All projects here rely on the integration environment of vcpkg ports. Use of vcpkg is recommended for a quick start. Otherwise, it is necessary to modify the project settings for your own development environment.

Overview of The Examples

  • AppLogAndConfig: How a feature-rich application framework can provide without writing too many codes.
  • TaskStateControl: Tasks and states coordination in a high level way.
  • MessageLink: GUI and data logic are separate module. Two modules are communicated via network.
  • PushPuller: jobs send over ZeroMQ in push & pull scenario.
  • FixedIdentityRoute: demonstrates the router/dealer scenario of ZeroMQ, but having clients claim its fixed identity that is known by router.

About

Some example projects to demonstrate the possible building blocks for modularity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published