{"id":20161572,"url":"https://github.com/openipc/steam-groundstations","last_synced_at":"2025-10-15T20:36:06.329Z","repository":{"id":229441351,"uuid":"776728256","full_name":"OpenIPC/steam-groundstations","owner":"OpenIPC","description":"OpenIPC Steam Deck Groundstation","archived":false,"fork":false,"pushed_at":"2025-01-22T16:18:11.000Z","size":36961,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-07T18:34:01.742Z","etag":null,"topics":["fpv","groundstation","openipc","openipc-fpv","steam","urllc"],"latest_commit_sha":null,"homepage":"https://openipc.org","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenIPC.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},"funding":{"open_collective":"openipc"}},"created_at":"2024-03-24T10:20:21.000Z","updated_at":"2025-08-15T10:48:55.000Z","dependencies_parsed_at":"2024-03-24T12:23:17.507Z","dependency_job_id":"f3b7a77b-c185-4713-8258-0f381f2791c0","html_url":"https://github.com/OpenIPC/steam-groundstations","commit_stats":{"total_commits":99,"total_committers":2,"mean_commits":49.5,"dds":"0.010101010101010055","last_synced_commit":"e10a8d1beb4715b4624e93b5a413d76240d68b3e"},"previous_names":["openipc/steam-groundstations"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OpenIPC/steam-groundstations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIPC%2Fsteam-groundstations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIPC%2Fsteam-groundstations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIPC%2Fsteam-groundstations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIPC%2Fsteam-groundstations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenIPC","download_url":"https://codeload.github.com/OpenIPC/steam-groundstations/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIPC%2Fsteam-groundstations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279111478,"owners_count":26106039,"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-15T02:00:07.814Z","response_time":56,"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":["fpv","groundstation","openipc","openipc-fpv","steam","urllc"],"created_at":"2024-11-14T00:19:35.490Z","updated_at":"2025-10-15T20:36:06.312Z","avatar_url":"https://github.com/OpenIPC.png","language":"Python","funding_links":["https://opencollective.com/openipc"],"categories":[],"sub_categories":[],"readme":"# steam-groundstations\nOpenIPC Steam Deck Groundstation\n\n## Table of contents\nOverview\nInstalling OpenIPC software on camera module\nUnlocking Steam Deck \u0026 installing dependencies\nAcquiring/compiling wfb_ng binaries \u0026 libraries\nShare key pairs betsween gs/drone\nLaunch gst-launch1.0 command to decode stream\nStreamline usage on Steam Deck\nLatency test methodology \u0026 result\nTODO\n\n## Overview\n### Caveats\nIf Steam Deck performs a system update, some or all changes may be lost and have to be redone (to be tested).\nTo overcome this, rwfus can be used: https://github.com/ValShaped/rwfus (not tested)\n\n\n### Supported and/or tested devices\nSteam Deck LCD with rtl8822ce (tested working, show rssi in wfb-cli gs)\nUgreen rtl8812bu (tested, working. Does not show rssi in wfb-cli gs)\nssc338q+imx415 (NOR16MB)\nGK7205V300+IMX335 to be tested\n\n## Installing OpenIPC software on camera module\n- Setup viable majestic configuration\n- Setup viable wfb_ng configuration\n\n## Unlocking Steam Deck \u0026 installing dependencies\nSet your password using 'passwd'\n\nUnlock 70hz: https://github.com/ryanrudolfoba/SteamDeck-RefreshRateUnlocker\n\nsudo steamos-readonly disable\n\nsudo touch /etc/pacman.d/gnupg/gpg.conf\n\nsudo bash -lic 'echo \"keyserver hkps://keyserver.ubuntu.com\" \u003e\u003e /etc/pacman.d/gnupg/gpg.conf'\n\nsudo pacman-key --init\n\nsudo pacman-key --populate\n\nsudo pacman-key --populate archlinux\n\nsudo pacman-key --refresh-keys\n\nsudo pacman --sync --noconfirm base-devel glibc linux-api-headers libpcap libsodium python-setuptools python-pip python-pyroute2 python-future python-twisted python-pyserial iw  python-virtualenv net-tools python-msgpack bc linux-neptune-65 linux-neptune-65-headers dkms\n#linux-neptune-61 linux-neptune-61-headers replaced 2025-01-22\n\n#build rtl8812au\ncd\n\ngit clone https://github.com/svpcom/rtl8812au.git\n\ncd rtl8812au\n\nmake\n\nsudo ./dkms-install.sh\n\n\ncd\n\ngit clone https://github.com/svpcom/wfb-ng.git\n\ncd wfb-ng\n\nmake bdist\n\ncd dist\n\ntar -xvf *\n\nsudo cp -rf etc /\n\nsudo cp -rf usr /\n\nsudo cp -rf lib/systemd/system/* /lib/systemd/system/\n\nsudo systemctl daemon-reload\n\nget default gs.key\n\nwget https://github.com/OpenIPC/steam-groundstations/raw/master/gs.key\n\nsudo mv gs.key /etc/\n\nwget https://github.com/OpenIPC/steam-groundstations/raw/master/master.cfg\n\nsudo mv -rf master.cfg /usr/lib/python3.11/site-packages/wfb_ng/conf/\n\nsudo systemctl start wifibroadcast@gs\n\nsudo systemctl status wifibroadcast@gs\n\n## Launch gst-launch1.0 command to decode stream\nfpv.sh contains some examples of helper functions for launching gstreamer directly from Steam gamemode. The gstreamer command will work with both audio and video.\n\n## Streamline usage on Steam Deck\nHow to add a non-steam game to steam deck: https://www.dexerto.com/tech/how-to-add-non-steam-games-to-steam-deck-2082992/\n\n## Resources, Command library \u0026 explanation\nhttps://github.com/OpenIPC/wiki/blob/master/en/gpio-settings.md\ngpio set/clear/toggle 23/24\nhttps://github.com/OpenIPC/mavfwd\nhttps://github.com/OpenIPC/wiki/blob/master/en/fpv-step-by-step-guide.md\nhttps://openipc.org/majestic-endpoints\nhttps://docs.qgroundcontrol.com/master/en/qgc-user-guide/getting_started/download_and_install.html\n\nhttps://wiki.archlinux.org/title/Arch_User_Repository\nhttps://aur.archlinux.org/packages/qgroundcontrol\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenipc%2Fsteam-groundstations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenipc%2Fsteam-groundstations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenipc%2Fsteam-groundstations/lists"}