{"id":25928144,"url":"https://github.com/karolchoron/xml-rpc-simple-app","last_synced_at":"2026-04-29T21:37:14.329Z","repository":{"id":170447498,"uuid":"646582254","full_name":"karolchoron/XML-RPC-simple-app","owner":"karolchoron","description":"The project of a simple application using the XML-RPC and Socket mechanism for communication between three processes. PHP, Java, C","archived":false,"fork":false,"pushed_at":"2025-02-27T14:44:52.000Z","size":1462,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T06:43:18.433Z","etag":null,"topics":["c","java","php","socket","xml-rpc"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/karolchoron.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-28T21:07:32.000Z","updated_at":"2025-02-27T14:44:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"cdd81fc6-2097-4bcd-a85f-41f6d25f4502","html_url":"https://github.com/karolchoron/XML-RPC-simple-app","commit_stats":null,"previous_names":["karolchoron/xml-rpc-simple-3-processes","karolchoron/xml-rpc-simple-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/karolchoron/XML-RPC-simple-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2FXML-RPC-simple-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2FXML-RPC-simple-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2FXML-RPC-simple-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2FXML-RPC-simple-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karolchoron","download_url":"https://codeload.github.com/karolchoron/XML-RPC-simple-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2FXML-RPC-simple-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32445543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","java","php","socket","xml-rpc"],"created_at":"2025-03-03T21:15:24.241Z","updated_at":"2026-04-29T21:37:14.312Z","avatar_url":"https://github.com/karolchoron.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔗 SOCKET XML-RPC Simple Application\n\n## 🖥️ PHP, JAVA, C\n### 📡 SOCKET AND XML-RPC SIMPLE COMMUNICATION APP\n\n---\n\n## EN:\nA project of a simple application using **XML-RPC** and **Socket** mechanism to communicate between three processes. \u003cbr /\u003e\n- ⚙ **Process 1**: Written in **PHP**, communicates with Process 2 using **Socket**.\n- ⚙ **Process 2**: Written in **Java**, acts as a bridge, communicating with Process 1 via **Socket** and Process 3 via **XML-RPC**.\n- ⚙ **Process 3**: Written in **C**, communicates with Process 2 using **XML-RPC**.\n\n### 🔄 Purpose:\nThe application passes input text between the three processes.\n\n### 🛠️ Instructions (Linux Terminal):\n- ▶️ **Process 1:** `./process_1.php`  \n- ▶️ **Process 2:** Run using `./c.sh` script  \n- ▶️ **Process 3:** `make`, then `./server`\n\n---\n\n## PL\nProjekt prostej aplikacji wykorzystującej **mechanizm XML-RPC i Socket** do komunikacji pomiędzy trzema procesami. \u003cbr /\u003e\n- ⚙ **Proces 1:** napisany w **PHP**, komunikuje się z Procesem 2 za pomocą **Socket**.\n- ⚙ **Proces 2:** napisany w **Java**, działa jako most, komunikując się z Procesem 1 przez **Socket**, a z Procesem 3 przez **XML-RPC**.\n- ⚙ **Proces 3:** napisany w **C**, komunikuje się z Procesem 2 przez **XML-RPC**.\n\n### 🔄 Cel Aplikacji:\nAplikacja służy do przekazywania wprowadzanego tekstu między trzema procesami.\n\n### 🛠️ Instrukcja Uruchomienia (Terminal Linux):\n- ▶️ **Proces 1:** `./proces_1.php`  \n- ▶️ **Proces 2:** Uruchomienie skryptu `./c.sh`  \n- ▶️ **Proces 3:** `make`, następnie `./server`\n\n🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarolchoron%2Fxml-rpc-simple-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarolchoron%2Fxml-rpc-simple-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarolchoron%2Fxml-rpc-simple-app/lists"}