{"id":17223959,"url":"https://github.com/adeelh/remote-task-manager","last_synced_at":"2025-03-25T16:25:08.541Z","repository":{"id":81355783,"uuid":"90469688","full_name":"AdeelH/remote-task-manager","owner":"AdeelH","description":"CLI app that allows clients to execute programs on a remote computer. Supports multiple concurrent clients. (class project for Systems Programming, Spring 2016)","archived":false,"fork":false,"pushed_at":"2017-05-07T07:24:39.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T14:34:48.386Z","etag":null,"topics":["c","client-server","multiplexed-io","multiprocessing","remote-execution","system-programming"],"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/AdeelH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-05-06T14:46:05.000Z","updated_at":"2020-09-03T11:06:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"771321a8-5cf8-45b5-a0fb-49f84e5f98e6","html_url":"https://github.com/AdeelH/remote-task-manager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdeelH%2Fremote-task-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdeelH%2Fremote-task-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdeelH%2Fremote-task-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdeelH%2Fremote-task-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdeelH","download_url":"https://codeload.github.com/AdeelH/remote-task-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245498070,"owners_count":20625114,"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":["c","client-server","multiplexed-io","multiprocessing","remote-execution","system-programming"],"created_at":"2024-10-15T04:09:40.872Z","updated_at":"2025-03-25T16:25:08.531Z","avatar_url":"https://github.com/AdeelH.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\nA commandline app that allows clients to execute programs on a remote computer. Supports multiple concurrent clients.\n\n# Commands\n\n## Client\n```Shell\n# Connect to the server.\n\u003e conn[ect] \u003chostname\u003e \u003cport\u003e\n\n# Close the Task Manager and the socket. Keep the client running.\n\u003e disconnect\n```\n\n## Client -\u003e Task Manager\n```Shell\n# Sleep for \u003cseconds\u003e seconds. (Can be used to check the non-blocking behavior of the client).\n\u003e sleep \u003cseconds\u003e\n\n# Start \u003ccount\u003e instances of the program.\n[run] \u003cprogram-name\u003e [\u003ccount\u003e]\n\n# List alive processes.\n\u003e list\n\n# List all alive or dead processes started through the Task Manager.\n\u003e list all\n\n# List all alive or dead processes started through the Task Manager, \n# along with their start, end, and the elapsed times.\n\u003e list details\n\n# Kill process by pid or name\n\u003e kill [\u003cpid\u003e | \u003cprocess-name\u003e]\n\n# Kill all processes\n\u003e kill [all | *]\n\n# Add, subtract, multiply or divide.\n\u003e add [\u003cnum1\u003e [\u003cnum2\u003e …]]\n\u003e sub [\u003cnum1\u003e [\u003cnum2\u003e …]]\n\u003e mul [\u003cnum1\u003e [\u003cnum2\u003e …]]\n\u003e div [\u003cnum1\u003e [\u003cnum2\u003e …]]\n\n# Exit the Task Manager.\n\u003e exit | ex | quit | q | disconnect\n```\n\n## Client -\u003e Task Manager -\u003e Server\n```Shell\n# Message shows up on the server terminal.\n\u003e msg \u003cmessage\u003e\n```\n\n## Server\n```Shell\n# List currently connected clients.\n\u003e list\n\n# Disconnect this particular client.\n\u003e disconnect \u003cip\u003e:\u003cport\u003e\n\n# Disconnect all clients.\n\u003e disconnect all\n\n# Disconnect any connected clients and exit.\n\u003e exit | ex | quit | q\n```\n\n## Server -\u003e Task Manager -\u003e Client\n```Shell\n# Message shows up each client’s terminal.\n\u003e broadcast \u003cmessage\u003e\n\n# Send command to this client’s Task Manager and receive the output.\n\u003e cl \u003cip\u003e:\u003cport\u003e \u003ccommand\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadeelh%2Fremote-task-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadeelh%2Fremote-task-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadeelh%2Fremote-task-manager/lists"}