{"id":17289402,"url":"https://github.com/x42/ipc-stdio","last_synced_at":"2025-03-26T18:16:49.285Z","repository":{"id":66529722,"uuid":"216280011","full_name":"x42/ipc-stdio","owner":"x42","description":"IPC client/server to forward stdio","archived":false,"fork":false,"pushed_at":"2019-10-20T02:25:57.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T23:28:53.180Z","etag":null,"topics":["daemon","ipc","stdio"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/x42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2019-10-19T22:51:32.000Z","updated_at":"2025-01-02T01:46:42.000Z","dependencies_parsed_at":"2023-06-17T13:15:42.760Z","dependency_job_id":null,"html_url":"https://github.com/x42/ipc-stdio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x42%2Fipc-stdio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x42%2Fipc-stdio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x42%2Fipc-stdio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x42%2Fipc-stdio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x42","download_url":"https://codeload.github.com/x42/ipc-stdio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245708994,"owners_count":20659626,"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":["daemon","ipc","stdio"],"created_at":"2024-10-15T10:34:41.200Z","updated_at":"2025-03-26T18:16:49.273Z","avatar_url":"https://github.com/x42.png","language":"C","readme":"IPC-STDIO\n=========\n\nThis is a inter process communication (IPC) client/server tool to forward standard i/o\nbetween applications.\n\nIt is intended to \"daemonize\" a process that requires stdio, and allow to re-connect\nto the process at a later time.\n\nInstallation\n------------\n\n```bash\n git clone git://github.com/x42/ipc-stdio.git\n cd ipc-stdio\n make\n sudo make install\n```\n\nThe makefile honors `CFLAGS`, `LDFLAGS`, `DESTDIR` and `PREFIX` variables.\ne.g. `make install PREFIX=/usr` and also supports `uninstall` target as well as\nindividual `[un]install-bin`, `[un]install-man` targets.\n\n\nExample Usage\n-------------\n\nStart a server-process and pass it a command to run.\n\n```bash\n ipc-server /bin/cat\n```\n\nThe connect to it:\n\n```bash\n ipc-client\n```\n\nIn this case everything you write to the client is passed to the server\nand echoed back. Use ctrl+D (EOF) to terminate the client.\nThe server keeps running.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx42%2Fipc-stdio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx42%2Fipc-stdio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx42%2Fipc-stdio/lists"}