{"id":17053082,"url":"https://github.com/bschwind/remote-cube","last_synced_at":"2025-07-24T18:18:15.474Z","repository":{"id":47138203,"uuid":"390338973","full_name":"bschwind/remote-cube","owner":"bschwind","description":"An ESP32-based project for reading/writing GameCube controller signals and sending them over a network.","archived":false,"fork":false,"pushed_at":"2021-09-12T13:14:38.000Z","size":86,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-23T22:33:07.833Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bschwind.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}},"created_at":"2021-07-28T12:11:43.000Z","updated_at":"2025-07-09T23:43:57.000Z","dependencies_parsed_at":"2022-09-03T22:01:20.895Z","dependency_job_id":null,"html_url":"https://github.com/bschwind/remote-cube","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bschwind/remote-cube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fremote-cube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fremote-cube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fremote-cube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fremote-cube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bschwind","download_url":"https://codeload.github.com/bschwind/remote-cube/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fremote-cube/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266886032,"owners_count":24001046,"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-07-24T02:00:09.469Z","response_time":99,"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":[],"created_at":"2024-10-14T10:11:18.518Z","updated_at":"2025-07-24T18:18:15.446Z","avatar_url":"https://github.com/bschwind.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote Cube\n\nAn ESP32-based project for reading/writing GameCube controller signals and sending them over a network.\n\n**Status:** It works! Use `make menuconfig` to define whether the ESP32 is a \"client\" (sending controller data) or a \"server\" (receiving and playing back controller data). The server needs a listening port specified, and the client needs a target IP + port to send to. Currently only UDP is used. This has been tested with a RISC-V ESP32 C3 as the \"client\" and a plain dual-core ESP32 as the \"server\".\n\nThis project has been confirmed to work on first-party controller adapters. Third-party adapters have given some trouble in the past, they need to be tested again.\n\n## Clone\n\n* Use the `--recursive` flag when cloning to pick up the ESP-IDF\n\n## Dependencies\n\n* ESP-IDF Tools\n    * `cd esp-idf`\n    * `export IDF_GITHUB_ASSETS=\"dl.espressif.com/github_assets\"`\n    * `./install.sh`\n\n## Configure\n\n```bash\n$ make menuconfig\n```\n\n## Build\n\n```bash\n$ make -j8 # Or pick your favorite parallel number\n```\n\n## Run (and see serial output)\n\n```bash\n$ make -j8 flash monitor\n```\n\n## Monitor Serial Output\n\n```bash\n$ make monitor\n```\n\nExit with `Ctrl + ]`.\n\n## Erase Flash\n\n```bash\n$ make erase_flash\n```\n\n## Code Format\n-----------\n\n`clang-format` is used for code formatting.\n\n```bash\n$ make format\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbschwind%2Fremote-cube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbschwind%2Fremote-cube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbschwind%2Fremote-cube/lists"}