{"id":22636571,"url":"https://github.com/acile067/project_ikp_load_balancing","last_synced_at":"2026-04-16T00:32:55.285Z","repository":{"id":262151812,"uuid":"885498624","full_name":"Acile067/Project_IKP_Load_Balancing","owner":"Acile067","description":"Projekat iz predmeta Industrijski komunikacioni protokoli u EES","archived":false,"fork":false,"pushed_at":"2024-12-15T14:11:51.000Z","size":352548,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T00:23:24.104Z","etag":null,"topics":["c","client-server","ftn","load-balancing","networking","thread-pool","threads"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Acile067.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-08T17:46:59.000Z","updated_at":"2024-12-26T11:41:19.000Z","dependencies_parsed_at":"2025-03-29T05:11:57.212Z","dependency_job_id":"3e75031b-11ec-4578-96de-cddf3806a2b1","html_url":"https://github.com/Acile067/Project_IKP_Load_Balancing","commit_stats":null,"previous_names":["acile067/project_ikp_load_balancing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Acile067/Project_IKP_Load_Balancing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acile067%2FProject_IKP_Load_Balancing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acile067%2FProject_IKP_Load_Balancing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acile067%2FProject_IKP_Load_Balancing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acile067%2FProject_IKP_Load_Balancing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Acile067","download_url":"https://codeload.github.com/Acile067/Project_IKP_Load_Balancing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acile067%2FProject_IKP_Load_Balancing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31866347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","client-server","ftn","load-balancing","networking","thread-pool","threads"],"created_at":"2024-12-09T03:27:03.322Z","updated_at":"2026-04-16T00:32:55.264Z","avatar_url":"https://github.com/Acile067.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Load Balancing\n\nThis project was developed as part of a course at the Faculty of Technical Sciences in Novi Sad, for the subject Industrial Communication Protocols.\n\nThe task was to develop a service for storing data received from clients. The service consisted of one Load Balancer (LB) component and an arbitrary number (N) of Worker (WR) components.\n\n## Built using\n\n- \u0026nbsp;\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/35/The_C_Programming_Language_logo.svg\" align=\"center\" width=\"28\" height=\"28\"/\u003e \u003ca href=\"https://en.wikipedia.org/wiki/C_(programming_language)\"\u003e\u003c/a\u003e\n- \u0026nbsp;\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg\" align=\"center\" width=\"28\" height=\"28\"/\u003e \u003ca href=\"https://en.wikipedia.org/wiki/C%2B%2B\"\u003e\u003c/a\u003e\n\n## Installation:\n\n### Install a C++ Compiler\n\nEnsure you have a C++ compiler installed. Supported compilers include:\n\n- **[GCC](https://gcc.gnu.org/)**: Available for Linux, macOS, and Windows (via MinGW).\n- **[MSVC](https://visualstudio.microsoft.com/)**: Provided with Visual Studio on Windows.\n- **[Clang](https://clang.llvm.org/)**: Compatible with Linux, macOS, and Windows.\n\nFollow the respective links for download and installation instructions based on your operating system.\n\n## How to run (Windows):\n\n1. **Clone the project**:\n\n   Clone the repository and navigate to the Load Balancer project directory:\n\n   ```bash\n   git clone https://github.com/Acile067/Project_IKP_Load_Balancing.git\n   cd Project_IKP_Load_Balancing/Project_IKP_Load_Balancer\n   ```\n\n2. **Build using MSVC**:\n\n   Open the Developer Command Prompt for VS 2022 and build the project using the following command:\n\n   ```bash\n   msbuild Project_IKP_Load_Balancer.sln /p:Configuration=Debug /p:Platform=x64\n   ```\n\n3. **Run the projec**:\n\n   To start the Load Balancer and initialize the required components (Workers and Clients), simply double-click on:\n\n   `run.bat`\n\n## Design:\n\n![Design!](/IKP_Design_Load_Balancer.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facile067%2Fproject_ikp_load_balancing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facile067%2Fproject_ikp_load_balancing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facile067%2Fproject_ikp_load_balancing/lists"}