{"id":22378848,"url":"https://github.com/owenthewizard/rpi-wifi-bridge","last_synced_at":"2025-10-12T07:42:54.914Z","repository":{"id":111335584,"uuid":"276988192","full_name":"owenthewizard/rpi-wifi-bridge","owner":"owenthewizard","description":"A minimal buildroot image to turn the Raspberry Pi into a Wi-Fi to Ethernet bridge.","archived":false,"fork":false,"pushed_at":"2024-02-29T01:16:39.000Z","size":84,"stargazers_count":13,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-24T12:22:43.671Z","etag":null,"topics":["arp-proxy","dhcp-relay","parprouted","raspberry-pi","raspberry-pi-zero-w","raspberrypi","rpi","rpi-zero-w","rpi0","rpi0w","wifi-bridge"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owenthewizard.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2020-07-03T21:12:49.000Z","updated_at":"2025-01-11T03:50:43.000Z","dependencies_parsed_at":"2025-06-09T21:33:06.014Z","dependency_job_id":"7791af66-d3e4-4fbc-8ea8-acb10daeaf5a","html_url":"https://github.com/owenthewizard/rpi-wifi-bridge","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/owenthewizard/rpi-wifi-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenthewizard%2Frpi-wifi-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenthewizard%2Frpi-wifi-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenthewizard%2Frpi-wifi-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenthewizard%2Frpi-wifi-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owenthewizard","download_url":"https://codeload.github.com/owenthewizard/rpi-wifi-bridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenthewizard%2Frpi-wifi-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010671,"owners_count":26084785,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["arp-proxy","dhcp-relay","parprouted","raspberry-pi","raspberry-pi-zero-w","raspberrypi","rpi","rpi-zero-w","rpi0","rpi0w","wifi-bridge"],"created_at":"2024-12-04T23:08:03.672Z","updated_at":"2025-10-12T07:42:54.887Z","avatar_url":"https://github.com/owenthewizard.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rpi-wifi-bridge\n\nA minimal buildroot image to turn the Raspberry Pi into a Wi-Fi to Ethernet\nbridge. \n\n## Quick Start\n\n1. Download the latest sdcard.img for your Pi from the\n[releases](https://github.com/owenthewizard/rpi-wifi-bridge/releases) page and\nflash it to a micro SD card.\n2. Mount the root filesystem from the micro SD card and modify the config\nfiles according to [CONFIG.md](CONFIG.md). This can also be done on the Pi\nitself if you have a serial console available:\n```bash\nmount / -o remount,rw\nvi /etc/wpa_supplicant.conf # add your Wi-Fi\nvi /etc/hostname # optional\nmount / -o remount,ro\nreboot\n```\n3. (Re)boot the Pi and connect your Ethernet client. Observe that it now has\nnetwork connectivity!\n\n## Compatibility\n\nThe two prebuilt images are designed to be compatible with the Pi 1/0/0W and 2/3/4/02W.\nThat said, to date only the 0W and 3 have been tested and confirmed working.\n\n| Board           | Working  | Version Tested | Notes  | Updated                   |\n| --------------- | -------- | -------------- | ------ | ------------------------- |\n| Raspberry Pi 0w | ✅       | v4 Beta        |        |                           |\n| Raspberry Pi 3  | ✅       | v5 Beta        |        | @owenthewizard 02/27/2024 |\n\n## Advanced Usage\n\nYou can leverage [buildroot](https://github.com/buildroot/buildroot)'s extreme\nflexibility to make all sort of customizations to the image. See\n[BUILDING.md](BUILDING.md) for more info.\n\n## How It Works\n\nSee [BridgeNetworkConnectionsProxyArp](https://wiki.debian.org/BridgeNetworkConnectionsProxyArp)\non the Debian Wiki.\n\n## Contributing\n\nPull requests are always welcome.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall\nbe licensed under the terms of the [GNU General Public License](LICENSE.md),\neither version 3 of the License, or (at your option) any later version.\n\n## Versioning\n\nThis project is currently in a pre-release stage. Final versioning scheme is\nTBD.\n\nChanges are documented in the [Changelog](CHANGELOG.md).\n\n\n## Authors\n\nSee [the list of contributors](https://github.com/owenthewizard/stubby/contributors).\n\n## License\n\nSubject to the below exceptions, code is released under the GNU General Public\nLicense, version 3 or (at your option) any later version. See also the\n[Buildroot license notice](https://github.com/buildroot/buildroot/blob/master/COPYING)\nfor more nuances about the meaning of this license.\n\nPatches are not covered by this license. Instead, they are covered by the\nlicense of the software to which the patches are applied.\n\nSee [LICENSE.md](LICENSE.md) for a copy of the GNU General Public License\nversion 3.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenthewizard%2Frpi-wifi-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowenthewizard%2Frpi-wifi-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenthewizard%2Frpi-wifi-bridge/lists"}