Coder Social home page Coder Social logo

zigrazor / jackrussell Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 57 KB

A C++ Publish/Subscriber Library

License: MIT License

C++ 83.28% CMake 16.72%
cpp cpp-lib cpp-library cpp20 cpp20-library publish-subscribe publisher-subscriber publisher-subscriber-pattern

jackrussell's Introduction

JackRussell

A C++ Publish/Subscriber Library

License GitHub release CMake

codecov CodeFactor

Generic badge Generic badge

Table of Contents

Description

JackRussell is a C++ Publish/Subscriber Library. This project aims to fulfill a framework with easy-to-use mechanisms of Publish and Subscriber. By using JackRussell, users can:

  • Create a Topics;
  • Publish to Topic;
  • Create Subscribers Classes;
  • Register the Subscribers Classes to one or more Topics;
  • Manage the message received by Subscribers

Features

  • Topic Manager Singleton
  • Topic Class
  • Subscriber Interface

Installation

To install and set up JackRussell, follow these steps:

  1. Clone the repository:
    git clone https://github.com/ZigRazor/JackRussell.git
  2. Navigate to the project directory:
cd JackRussell
  1. Prepare CMake:
mkdir build
cd build
cmake ..
  1. Install Library
    make install

Usage

You can use the Library in your project with CMake adding the following lines:

CPMAddPackage(
    NAME JackRussell
    GITHUB_REPOSITORY ZigRazor/JackRussell
    GIT_TAG origin/main
)

or install it and the add to the include path {StandardIncludePath}/DogBreeds/JackRussell and to the linking_path {StandardLinkingPath}/DogBreeds/JackRussell.

For simple use you can see the Example For more detailed usage instructions, refer to the documentation.

Contributing

We welcome contributions to JackRussell! To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch:
git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
git commit -m "Add your commit message"
  1. Push to the branch:
git push origin feature/your-feature-name
  1. Create a pull request.

Please read our contributing guidelines for more details.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions, suggestions, or feedback, feel free to reach out:

Acknowledgements

We would like to thank the following individuals for their support:

Contributors

Credits

Photo by Natalie Kinnear on Unsplash

jackrussell's People

Contributors

dependabot[bot] avatar zigrazor avatar

Stargazers

 avatar  avatar

Watchers

 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.