{"id":19693048,"url":"https://github.com/christs8920/rpc-c","last_synced_at":"2026-06-14T15:32:47.251Z","repository":{"id":184444608,"uuid":"671900417","full_name":"ChrisTs8920/rpc-c","owner":"ChrisTs8920","description":"An RPC server - client project written in C","archived":false,"fork":false,"pushed_at":"2024-08-03T10:15:16.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T11:58:36.059Z","etag":null,"topics":["c","rpc"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChrisTs8920.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":"2023-07-28T11:59:31.000Z","updated_at":"2024-08-03T10:15:19.000Z","dependencies_parsed_at":"2025-02-27T09:58:48.504Z","dependency_job_id":"aec5eda4-57cf-49a3-b334-735548b088cf","html_url":"https://github.com/ChrisTs8920/rpc-c","commit_stats":null,"previous_names":["christs8920/rpc-c"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChrisTs8920/rpc-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisTs8920%2Frpc-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisTs8920%2Frpc-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisTs8920%2Frpc-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisTs8920%2Frpc-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChrisTs8920","download_url":"https://codeload.github.com/ChrisTs8920/rpc-c/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisTs8920%2Frpc-c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34326233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c","rpc"],"created_at":"2024-11-11T19:15:35.083Z","updated_at":"2026-06-14T15:32:47.234Z","avatar_url":"https://github.com/ChrisTs8920.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RPC - Sun Implementation\n\n## Description\n\nThis RPC project uses the Sun Implementation to create a concurrent server that serves the following methods - calculations:\n\n- Dot product (X * Y)\n- mean values Ex and Ey\n- The product r * (X + Y)\n\nMain project files:\n\n- RPC server (ask1_server.c)\n- RPC client / Socket server (ask1_client.c)\n- Socket client (client.c)\n\nA user (socket client) connects to the socket server using TCP AF_INET socket. The user enters which method to use (1, 2 or 3), and the necessary data. X and Y are vectors, and r is a real (float) number.  \nThe RPC client receives this data and sends it to the RPC server, which implements the above methods.  \n\n\u003e*This project was made during my Distributed Systems course in University.*\n\n\u003e**Tested using WSL 2.0, Windows 11.**\n\n## How to run\n\n1. ```sudo apt-get install rpcbind```\n2. ```sudo rpcbind```\n3. ```rpcgen –C –a ask1.x```\n4. ```make``` ```//will probably need to rename makefile to Makefile.```\n5. ```gcc client.c –o client```\n6. ```./ask1_server```\n7. ```./ask1_client localhost \u003cport\u003e```\n8. ```./client localhost \u003cport\u003e```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrists8920%2Frpc-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrists8920%2Frpc-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrists8920%2Frpc-c/lists"}