{"id":18821679,"url":"https://github.com/goto-eof/rpizero_rdc_rust","last_synced_at":"2026-01-18T09:30:18.364Z","repository":{"id":208309272,"uuid":"721321483","full_name":"goto-eof/rpizero_rdc_rust","owner":"goto-eof","description":"Server application for Raspberry Pi Zero W which allows to control remotely a led. ","archived":false,"fork":false,"pushed_at":"2023-11-20T21:37:14.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-30T03:43:51.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/goto-eof.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}},"created_at":"2023-11-20T20:20:24.000Z","updated_at":"2023-11-20T20:51:23.000Z","dependencies_parsed_at":"2023-11-20T21:28:27.056Z","dependency_job_id":"71a650cd-cc2c-4242-ab25-775fa29b8cfa","html_url":"https://github.com/goto-eof/rpizero_rdc_rust","commit_stats":null,"previous_names":["goto-eof/rpizero_rdc_rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-eof%2Frpizero_rdc_rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-eof%2Frpizero_rdc_rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-eof%2Frpizero_rdc_rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-eof%2Frpizero_rdc_rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goto-eof","download_url":"https://codeload.github.com/goto-eof/rpizero_rdc_rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758900,"owners_count":19692041,"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-08T00:45:13.522Z","updated_at":"2025-02-20T01:14:45.169Z","avatar_url":"https://github.com/goto-eof.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raspberry Pi Zero W | Remote Device Control Server (Rust)\n\nServer application for Raspberry Pi Zero W which allows to control remotely a led. The client side can be found at this [link](https://github.com/goto-eof/rpizero_rdc_ts).\n\nTechnologies/Tools: Rust, tide web server, rust_gpiozero.\n\n### Build on MacOS, run on Raspberry Pi Zero W\n\nHere are the instructions to build on MacOS in order to run then the executable on Raspberry Pi Zero W. The compiled file is under `target/arm-unknown-linux-musleabi/release`.\n\n```\nrustup target list | grep \"armv-\"\n\nbrew install arm-linux-gnueabihf-binutils\n\nrustup target add arm-unknown-linux-musleabi\n\ncargo build --target=arm-unknown-linux-musleabi --release\n```\n\nFor [more configuration info click here](https://amritrathie.vercel.app/posts/2020/03/06/cross-compiling-rust-from-macos-to-raspberry-pi/).\n\nGo to `target/arm-unknown-linux-musleabi/release` and copy `rpizero_rdc_rust`. Transfer it via FTP to your Raspberry Pi Zero W.\n\nChange file permissions on your Raspberry Pi\n\n```\nchmod +x rpizero_rdc_rust\n```\n\nrun the executable\n\n```\n./rpizero_rdc_rust\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoto-eof%2Frpizero_rdc_rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoto-eof%2Frpizero_rdc_rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoto-eof%2Frpizero_rdc_rust/lists"}