{"id":18324860,"url":"https://github.com/luiscib3r/android_rpc","last_synced_at":"2026-05-06T04:02:28.983Z","repository":{"id":115037191,"uuid":"469191409","full_name":"luiscib3r/android_rpc","owner":"luiscib3r","description":"Remote procedure calls on android device through an API","archived":false,"fork":false,"pushed_at":"2022-03-13T01:03:06.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T15:16:20.581Z","etag":null,"topics":["android","flutter","grpc","mobile","mobile-app","rpc","server","shelf","sms"],"latest_commit_sha":null,"homepage":"https://luisciber.com","language":"Dart","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/luiscib3r.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":"2022-03-12T20:21:01.000Z","updated_at":"2022-04-07T20:00:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9a2c862-4065-4051-91a2-1ae3d976752a","html_url":"https://github.com/luiscib3r/android_rpc","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/luiscib3r%2Fandroid_rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiscib3r%2Fandroid_rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiscib3r%2Fandroid_rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiscib3r%2Fandroid_rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luiscib3r","download_url":"https://codeload.github.com/luiscib3r/android_rpc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055275,"owners_count":21040157,"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":["android","flutter","grpc","mobile","mobile-app","rpc","server","shelf","sms"],"created_at":"2024-11-05T18:36:01.497Z","updated_at":"2026-05-06T04:02:23.956Z","avatar_url":"https://github.com/luiscib3r.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AndroidRPC\n\n## Notas iniciales\n\nDespués iré mejorando esto, la idea es ejecutar acciones en el móvil a través de una API. De momento he implementado una API REST usando shelf, posteriormente se implementará una API gRPC.\n\nAcciones que puede ejecutar actualmente:\n\n* Obtener lista de sms almacenados en el móvil.\n* Enviar sms\n\nAh, la documentación: Le das al botón de start server (el que sale en rojo), eso levanta un servidor en un puerto aleatorio escuchando por todas las IP que tenga el móvil, los endpoint son `GET /messages` devuelve todos los sms que tienes en el movil, `POST /message` con `body` `{\"number\": \"555555\", \"text\": \"Tu texto\"}` eso envia un sms al numero 555555 con el texto `Tu texto`.\n\nSi quieres que siempre levante en el mismo puerto le pasas el parámetro `port` a la función `runServer` está por ahí en el `main.dart`. \n\nEs una app sencilla ya luego se va mejorando de momento resuelve el problema de mandar sms de forma remota.\n\n## Initial Notes\n\nLater I will improve this, the idea is to execute actions on the mobile through an API. At the moment I have implemented a REST API using shelf, later a gRPC API will be implemented.\n\nActions you can currently run:\n\n* Get list of sms stored in the phone.\n* Send SMS\n\nAh, the documentation: You hit the start server button (the one that appears in red), that starts a server on a random port listening for all the IPs that the mobile has, the endpoints are `GET /messages` it returns all the sms that you have on your mobile, `POST /message` with `body` `{\"number\": \"555555\", \"text\": \"Your text\"}` that sends an sms to the number 555555 with the text `Your text`.\n\nIf you want it to always run on the same port you pass the `port` parameter to the `runServer` function, it's somewhere in the `main.dart`.\n\nIt is a simple app and then it improves at the moment it solves the problem of sending sms remotely.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluiscib3r%2Fandroid_rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluiscib3r%2Fandroid_rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluiscib3r%2Fandroid_rpc/lists"}