{"id":25943344,"url":"https://github.com/amoghk04/hpe-grpc","last_synced_at":"2026-04-22T03:32:14.604Z","repository":{"id":275805918,"uuid":"927251789","full_name":"Amoghk04/HPE-grpc","owner":"Amoghk04","description":"HPE Career Preview Program Repository for gRPC configuration for VASA/vVols","archived":false,"fork":false,"pushed_at":"2025-02-26T11:53:57.000Z","size":30356,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T12:36:19.935Z","etag":null,"topics":["computer-network","grpc","protobuf3","vsphere"],"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/Amoghk04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2025-02-04T16:51:11.000Z","updated_at":"2025-02-26T11:54:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"b38ef025-b2be-4de7-a00d-1e95abea5bde","html_url":"https://github.com/Amoghk04/HPE-grpc","commit_stats":null,"previous_names":["amoghk04/hpe-grpc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amoghk04%2FHPE-grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amoghk04%2FHPE-grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amoghk04%2FHPE-grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amoghk04%2FHPE-grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amoghk04","download_url":"https://codeload.github.com/Amoghk04/HPE-grpc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241801255,"owners_count":20022390,"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":["computer-network","grpc","protobuf3","vsphere"],"created_at":"2025-03-04T07:15:56.302Z","updated_at":"2026-04-22T03:32:14.564Z","avatar_url":"https://github.com/Amoghk04.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HPE-grpc\nHPE Career Preview Program Repository for gRPC configuration for VASA/vVols\n\n# Files\n- grpc/server.cpp -\u003e The main grpc server file\n- grpc/client.cpp -\u003e The main grpc client file\n- grpc/service.proto -\u003e The proto file for grpc\n- grpc/CMakeLists.txt -\u003e CMake file for building the application\n\n\n# Installation and Running Steps\nIt is made to run only on Linux systems, so make sure to have a Linux VM or Linux OS on your system.\n\n### Run the following commands\nClone the repo\n```console \ngit clone https://github.com/Amoghk04/HPE-grpc.git\n```\n\nMake sure you have downloaded the protobuf and grpc modules beforehand, else run the below commands\n```console \nsudo apt update\nsudo apt install -y cmake g++ autoconf libtool pkg-config\ngit clone --recurse-submodules -b v1.70.1 https://github.com/grpc/grpc\ncd grpc\nmkdir -p cmake/build\ncd cmake/build\ncmake -DgRPC_BUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX=/usr/local ../..\nmake -j$(nproc)\nsudo make install\n```\nAfter the modules are installed, confirm you have the latest version of protobuf\n```console \nprotoc --version\n```\nIt must be 3.21.12(at the time of writing this readme file), if it is not then run the commands\n\n```console \nsudo apt update\nsudo apt install -y protobuf-compiler libprotobuf-dev libgrpc++-dev\n```\nNow build the proto file by going inside the grpc directory and typing the command\n```console \nprotoc --proto_path=. --cpp_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` service.proto\n```\nThis generates\nservice.pb.h and service.pb.cc (Protobuf messages)\nservice.grpc.pb.h and service.grpc.pb.cc (gRPC stubs)\n\nNow create a build directory inside /grpc and create the CMake files\n```console\nmkdir build\ncd build\ncmake ..\n```\n\nAfter the build is finished, run the below command\n```console\nmake -j$(nproc)\n```\n\nNow your server and client are ready to talk via gRPC, start by opening 2 terminals inside the /gRPC/build directory and running\n```console\n./server \n```\nand\n```console\n./client\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoghk04%2Fhpe-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famoghk04%2Fhpe-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoghk04%2Fhpe-grpc/lists"}