{"id":18015671,"url":"https://github.com/zigrazor/ahgpbm","last_synced_at":"2025-04-04T15:17:38.761Z","repository":{"id":112574569,"uuid":"358160813","full_name":"ZigRazor/AHGPBM","owner":"ZigRazor","description":"Advanced Handling for Google Protocol Buffers Message in C++","archived":false,"fork":false,"pushed_at":"2021-05-25T06:46:05.000Z","size":74,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T00:48:51.017Z","etag":null,"topics":["configurable","cpp","cpp-library","dispatch","dispatcher","google","google-protocol-buffer","google-protocol-buffers","handler","message","message-broker","message-queue","receiver","routing","routing-engine"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZigRazor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-15T07:04:22.000Z","updated_at":"2021-05-25T06:42:09.000Z","dependencies_parsed_at":"2023-05-16T14:30:30.375Z","dependency_job_id":null,"html_url":"https://github.com/ZigRazor/AHGPBM","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZigRazor%2FAHGPBM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZigRazor%2FAHGPBM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZigRazor%2FAHGPBM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZigRazor%2FAHGPBM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZigRazor","download_url":"https://codeload.github.com/ZigRazor/AHGPBM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198472,"owners_count":20900082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configurable","cpp","cpp-library","dispatch","dispatcher","google","google-protocol-buffer","google-protocol-buffers","handler","message","message-broker","message-queue","receiver","routing","routing-engine"],"created_at":"2024-10-30T04:14:40.609Z","updated_at":"2025-04-04T15:17:38.742Z","avatar_url":"https://github.com/ZigRazor.png","language":"C++","readme":"# AHGPBM\n\n\u003ca href=\"https://www.w3schools.com/cpp/\" target=\"_blank\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/cplusplus/cplusplus-original.svg\" alt=\"cplusplus\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e Advanced Handling for Google Protocol Buffers Message in C++ \n\n[![CodeFactor](https://www.codefactor.io/repository/github/zigrazor/ahgpbm/badge)](https://www.codefactor.io/repository/github/zigrazor/ahgpbm)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/09b1ecbbca5945609716d468923cf503)](https://www.codacy.com/gh/ZigRazor/AHGPBM/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=ZigRazor/AHGPBM\u0026amp;utm_campaign=Badge_Grade)\n\n[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/ZigRazor/AHGPBM.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/ZigRazor/AHGPBM/context:cpp)\n\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/ZigRazor/AHGPBM.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/ZigRazor/AHGPBM/alerts/)\n\n\u003ca href=\"https://github.com/ZigRazor/AHGPBM/issues\"\u003e\n      \u003cimg alt=\"Issues\" src=\"https://img.shields.io/github/issues/ZigRazor/AHGPBM?color=0088ff\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/ZigRazor/AHGPBM/pulls\"\u003e\n      \u003cimg alt=\"GitHub pull requests\" src=\"https://img.shields.io/github/issues-pr/ZigRazor/AHGPBM?color=0088ff\" /\u003e\n\u003c/a\u003e\n\n## Introduction\n\nThe AHGPBM (Advanced Handling for Google Protocol Buffer Message) is a C++ library for the handling of the Google Protocol Buffer Message.\n\nThis library give a simple interface to handle this kind of message ( in general data to analize ).\n\nAfter a first instrumentation of the internal network of the handler, you can easily inject message in the network that will handle the routing and the dispatching of the message.\n\n## Building\n\nThe following are the operations to build the library\n\n### Pre-Requirements\n\nIn order to create the library we need:\n  1. A Linux System\n  2. A G++ compiler with support for C++17\n  3. CMake \u003e 3.0.0\n  4. Google Protocol Buffer Library\n  5. Google Test Library\n\n### Pre-Build Operations\n\nThe Pre-Build operations are defined to install the required Google library dependencies.\n\n#### Install Google Protocol Buffers\n\n##### First Mode\n  \n  1. `sudo apt-get install autoconf automake libtool curl make g++ unzip`\n  2. From [this page](https://github.com/protocolbuffers/protobuf/releases), download the `protobuf-all-[VERSION].tar.gz`. \n  3. Extract the contents and change in the directory ( `tar xzf protobuf-all-[VERSION].tar.gz` and `cd protobuf-all-[VERSION]` )\n  4. `./configure`\n  5. `make`\n  6. `make check`\n  7. `sudo make install`\n  8. `sudo ldconfig # refresh shared library cache.`\n\n##### Second Mode\n  \n  1. `sudo apt-get install autoconf automake libtool curl make g++ unzip -y`\n  2. `git clone https://github.com/google/protobuf.git`\n  3. `cd protobuf`\n  4. `git submodule update --init --recursive`\n  5. `./autogen.sh`\n  6. `./configure`\n  7. `make`\n  8. `make check` \n  9. `sudo make install`\n  10. `sudo ldconfig`\n   \n#### Install Google Test\n\n 1. `git clone https://github.com/google/googletest.git -b release-1.10.0`\n 2. `cd googletest`        # Main directory of the cloned repository.\n 3. `mkdir build`          # Create a directory to hold the build output.\n 4. `cd build`\n 5. `cmake ..`     or     `cmake .. -DBUILD_GMOCK=OFF`\n 6. `make`\n 7. `sudo make install`    # Install in /usr/local/ by default        # Generate native build scripts for GoogleTest.\n\n### Build Operations\n\nIn order to build the AHGPBM library, you need to do the following operation:\n  1. `git clone https://github.com/ZigRazor/AHGPBM.git`\n  2. `cd AHGPBM` # Enter the root of the project\n  3. `mkdir build` # Create Build directory\n  4. `cd build` # Enter Build directory\n  5. `cmake ..` # Prepare Makefile\n  6. `make` # Make library\n\n## Testing\n\nWhen compiling the library is generated also a Google Test executable called `ahgpbm_test`.\n\nIn order to run the test just enter the `build` directory and execute `./ahgpbm_test`\n\n## Usage\n\nWork in progress...\n\n## Example\n\nWork in progress...\n\n## Contributing\n\nFor detailed information on how to contribute, see \u003ca href=\"https://github.com/ZigRazor/AHGPBM/blob/main/CONTRIBUTING.md\"\u003e`CONTRIBUTING`\u003c/a\u003e.\n\n\n## License\n\nDistributed under the GNU General Public License v3.0. See \u003ca href=\"https://github.com/ZigRazor/AHGPBM/blob/main/LICENSE\"\u003e`LICENSE`\u003c/a\u003e for more information.\n\n\n## Contact\n\nZig Razor - \u003ca href=\"mailto:zigrazor@gmail.com\"\u003ezigrazor@gmail.com\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigrazor%2Fahgpbm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigrazor%2Fahgpbm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigrazor%2Fahgpbm/lists"}