{"id":13567384,"url":"https://github.com/GioPan04/linux-remote","last_synced_at":"2025-04-04T01:31:59.120Z","repository":{"id":155342627,"uuid":"600821499","full_name":"GioPan04/linux-remote","owner":"GioPan04","description":"A KDE Connect replacement written in Rust","archived":false,"fork":false,"pushed_at":"2023-10-06T10:50:53.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-03T10:44:09.376Z","etag":null,"topics":["kdeconnect","linux","remote-control","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/GioPan04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-12T17:45:40.000Z","updated_at":"2025-03-10T15:36:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2304b6c-c1ed-4593-b2ce-28ca4226785a","html_url":"https://github.com/GioPan04/linux-remote","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/GioPan04%2Flinux-remote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioPan04%2Flinux-remote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioPan04%2Flinux-remote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioPan04%2Flinux-remote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GioPan04","download_url":"https://codeload.github.com/GioPan04/linux-remote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107816,"owners_count":20884793,"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":["kdeconnect","linux","remote-control","rust"],"created_at":"2024-08-01T13:02:30.158Z","updated_at":"2025-04-04T01:31:54.105Z","avatar_url":"https://github.com/GioPan04.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# linux-remote\n\nA KDE Connect replacement written in Rust. This is not a drop-in replacement, you'll need another client (currently I'm creating one in Dart/Flutter, it will be available soon)\n\n## The reason\n\nWhy build this from the ground up? Well, I didn't wanna to install all the kde dependencies only to control remotely my PC.\nMy version uses low level tools like uinput and mpris and uses little to no dependencies.\n\n## Todos\n\n- [x] Mouse/Keyboard remote control\n- [x] Receive and show notifications\n- [ ] SSL encryption\n- [ ] Trusted devices\n- [ ] Multimedia integration\n  - [x] Send events to clients\n  - [ ] Control players from clients \n\n## Docs\n\n### Protocol\n\nThis project has been developed with the possibility to be expanded in the future. Each message sent in the socket it's a JSON object contains a `target` and a `payload`.\n\nThe target it's a string composed by the \"plugin\" name and the action name separated by a colon. The payload contents can be an object or a simple value.\n\nHere it's an example used to move the cursor 3px left and 5px up:\n```json\n{\n  \"target\": \"uinput:cursor\",\n  \"payload\": {\n    \"x\": 3,\n    \"y\": 10\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGioPan04%2Flinux-remote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGioPan04%2Flinux-remote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGioPan04%2Flinux-remote/lists"}