{"id":18574199,"url":"https://github.com/dombroks/java_rmi","last_synced_at":"2025-06-15T13:06:50.262Z","repository":{"id":165504164,"uuid":"334414959","full_name":"dombroks/Java_RMI","owner":"dombroks","description":"Java remote method invocation","archived":false,"fork":false,"pushed_at":"2023-05-16T07:38:44.000Z","size":93,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T13:06:47.568Z","etag":null,"topics":["java","java-api","rmi"],"latest_commit_sha":null,"homepage":"","language":"Java","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/dombroks.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":"2021-01-30T13:08:07.000Z","updated_at":"2023-05-16T07:39:24.000Z","dependencies_parsed_at":"2024-08-11T04:21:41.548Z","dependency_job_id":null,"html_url":"https://github.com/dombroks/Java_RMI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dombroks/Java_RMI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dombroks%2FJava_RMI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dombroks%2FJava_RMI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dombroks%2FJava_RMI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dombroks%2FJava_RMI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dombroks","download_url":"https://codeload.github.com/dombroks/Java_RMI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dombroks%2FJava_RMI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259981465,"owners_count":22941148,"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":["java","java-api","rmi"],"created_at":"2024-11-06T23:14:19.285Z","updated_at":"2025-06-15T13:06:50.221Z","avatar_url":"https://github.com/dombroks.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java_RMI\n![Screenshot](illustration.jpg)\n\n## Overview\nIn this project we have three machines, the first machine represents the client that reads an integer N and then sends values from 0 to N to the server1 and the server2. Server1 is responsible for computing the Fibonacci values of a given number and returning it back to the client. The server2 is responsible for calculating the square values of a given number and also returning it back to the client. These operations work concurrently.\n\n## Example \nLet's say the client reads the number 5 as N, it sends 0 then 1, then 2...5, it will receive the Fibonacci numbers of these values and their squares at the same time.\n\n## Deployment\nIn my case, I have an Ubuntu Linux distribution as an OS. Also, I have created two separate Windows 10 virtual machines. These 3 machines are connected over my home's LAN network, each one has its own IP address.\n\n## How to run the project?\nFirst of all, you must compile the code by entering the project directory and running the following command:\n\n      javac *.java\n      \nAfter that you open a terminal (CMD in case you are using Windows) in each machine, for machine 1 and machine 2 you run server 1 and server 2\n\n      java Server1\n      java Server2\n      \nfor machine 3 (client), you pass the IP addresses of the servers as arguments like this:\n\n      java Client 192.168.1.9 192.168.1.25\n      \nin order to get the ip address of a specific server, you just need to open a terminal and type:\n\n      ifconfig\nor \"ipconfig\" in case you are using windows\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdombroks%2Fjava_rmi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdombroks%2Fjava_rmi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdombroks%2Fjava_rmi/lists"}