{"id":20543944,"url":"https://github.com/podnet/rpc-uart","last_synced_at":"2026-04-25T03:25:54.251Z","repository":{"id":91379026,"uuid":"275083669","full_name":"Podnet/rpc-uart","owner":"Podnet","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-26T06:02:50.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T15:36:56.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Podnet.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":"2020-06-26T05:50:33.000Z","updated_at":"2020-06-26T06:02:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"d01396aa-a3a3-4045-ba24-99d6dd3a1648","html_url":"https://github.com/Podnet/rpc-uart","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/Podnet%2Frpc-uart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Podnet%2Frpc-uart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Podnet%2Frpc-uart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Podnet%2Frpc-uart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Podnet","download_url":"https://codeload.github.com/Podnet/rpc-uart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242150748,"owners_count":20080006,"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":[],"created_at":"2024-11-16T01:41:31.413Z","updated_at":"2026-04-25T03:25:54.221Z","avatar_url":"https://github.com/Podnet.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Implementation of Mongoose OS RPC over UART\n- Uart dispatcher\n```C\nvoid mg_rpc_channel_uart_dispatcher(int uart_no, void *arg);\n```\n- Uart connection\n```C\nstatic void mg_rpc_channel_uart_ch_connect(struct mg_rpc_channel *ch);\n```\n- Uart send frame\n```C\nstatic bool mg_rpc_channel_uart_send_frame(struct mg_rpc_channel *ch,const struct mg_str f);\n```\n- Uart channel closed\n```C\nstatic void mg_rpc_channel_uart_ch_close(struct mg_rpc_channel *ch);\n```\n- Uart rpc config\n```C\nstruct mg_rpc_channel *mg_rpc_channel_uart( const struct mgos_config_rpc_uart *ccfg,\n                                              const struct mgos_uart_config *ucfg); \n```\n- check if config was correct\n```C\nbool mgos_rpc_uart_init(void)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpodnet%2Frpc-uart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpodnet%2Frpc-uart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpodnet%2Frpc-uart/lists"}