{"id":21186676,"url":"https://github.com/geontech/compose-redhawk","last_synced_at":"2025-08-02T01:09:17.182Z","repository":{"id":146038826,"uuid":"450232482","full_name":"Geontech/compose-redhawk","owner":"Geontech","description":"A repository for launching the Docker-REDHAWK containers with Docker Compose","archived":false,"fork":false,"pushed_at":"2022-01-20T19:34:16.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-14T20:18:19.481Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Geontech.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":"2022-01-20T19:33:31.000Z","updated_at":"2024-02-27T16:42:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb205981-0732-41a3-b5f9-c8b471ea9ee5","html_url":"https://github.com/Geontech/compose-redhawk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Geontech/compose-redhawk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geontech%2Fcompose-redhawk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geontech%2Fcompose-redhawk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geontech%2Fcompose-redhawk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geontech%2Fcompose-redhawk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geontech","download_url":"https://codeload.github.com/Geontech/compose-redhawk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geontech%2Fcompose-redhawk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268322393,"owners_count":24231818,"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-08-01T02:00:08.611Z","response_time":67,"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-11-20T18:25:11.408Z","updated_at":"2025-08-02T01:09:17.122Z","avatar_url":"https://github.com/Geontech.png","language":"Shell","readme":"# Compose-REDHAWK\n\nA repository for launching the [Docker-REDHAWK](https://github.com/Geontech/docker-redhawk) containers with Docker Compose.\n\n## Prerequisites\n\n* [Docker Engine](https://docs.docker.com/engine/install/centos/) (Tested with 19.03.12)\n* [Docker Engine Post-installation Steps for Linux](https://docs.docker.com/engine/install/linux-postinstall/)\n\n## Install Docker Compose\n\nInstall Docker Compose (sourced from instructions [here](https://docs.docker.com/compose/install/)).\n\n\u003e NOTE: Replace 1.29.2 with the version you would like to use.\n\n```bash\nsudo curl -L \"https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)\" -o /usr/local/bin/docker-compose\nsudo chmod +x /usr/local/bin/docker-compose\n```\n\nShow the version to make sure it installed.\n\n```bash\ndocker-compose --version\n```\n\nOptionally, install the bash command completion with the instructions [here](https://docs.docker.com/compose/completion/).\n\n## Launch Compose-REDHAWK\n\nFirst initialize the SDRROOT Docker volume.\n\n```bash\n./init_sdrroot.sh\n```\n\nLaunch the REDHAWK containers with the following command.\n\n```bash\ndocker-compose up -d\n```\n\nTo add another instance of the GPP REDHAWK Device to the Domain, run the following script.\n\n```bash\n$ ./add_gpp.sh\n```\n\nTo attach a REDHAWK IDE to the running domain and set the workspace to the REDHAWK assets in this directory, run the following script.\n\n```bash\n$ ./start_rhide.sh\n```\n\n## Test Compose-REDHAWK\n\nFollow the instructions below in the REDHAWK IDE to validate Compose-REDHAWK is operational.\n\n1. Click the **+** button in the \"REDHAWK Explorer\"\n2. In the \"New Domain Manager\" dialog:\n    1. Enter \"REDHAWK_DEV\" for the **Domain Name** textbox\n    2. The **Display Name** textbox should auto-populate with \"REDHAWK_DEV\"\n    3. Click **Finish**\n3. Expand the **REDHAWK_DEV\u003eDevice Managers** node in the \"REDHAWK Explorer\" and verify that two GPP nodes exist (assuming you ran `add_gpp.sh`)\n4. Right-click on the **REDHAWK_DEV** node in the \"REDHAWK Explorer\" and click **Launch Waveform...**\n5. In the \"Launch Waveform\" dialog:\n    1. Select **rh\u003ebasic_components_demo**\n    2. Check the **Start the Waveform after launching** checkbox\n    3. Click **Finish**\n6. Expand the **REDHAWK_DEV\u003eWaveforms** node in the \"REDHAWK Explorer\" and verify that the \"rh.basic_components_demo\" waveform was launched\n\nFollow the instructions below in the REDHAWK IDE to test a development flow on Compose-REDHAWK.\n\n1. Click **File\u003eNew\u003eREDHAWK Waveform Project**\n2. In the \"New Waveform Project\" dialog:\n    1. Type \"my_demo\" in the **Project name** textbox\n    2. Select the **Use existing waveform as a template** radio button\n    3. Type \"/var/redhawk/sdr/dom/waveforms/rh/basic_components_demo/basic_components_demo.sad.xml\" in the **SAD File** textbox\n    4. Click **Finish**\n3. In the \"my_demo\" panel in the center-top of the screen:\n    1. Select the **Overview** tab\n    2. Click the **Generate Waveform** button in the top right-hand corner of the panel\n    3. Click **OK** in the \"Generate Files\" dialog\n4. Right-click **my_demo** in the \"Project Explorer\" panel on the left-hand side of the screen and click **Export to SDR**\n6. Expand the **Target SDR\u003eWaveforms** node in the \"REDHAWK Explorer\" and verify that the \"my_demo\" waveform is listed\n4. Right-click on the **REDHAWK_DEV** node in the \"REDHAWK Explorer\" and click **Launch Waveform...**\n5. In the \"Launch Waveform\" dialog:\n    1. Select **my_demo**\n    2. Check the **Start the Waveform after launching** checkbox\n    3. Click **Finish**\n6. Expand the **REDHAWK_DEV\u003eWaveforms** node in the \"REDHAWK Explorer\" and verify that the \"my_demo\" waveform was launched\n\n## Tear Down Compose-REDHAWK\n\nTo stop all of the running REDHAWK containers, execute the following command.\n\n```bash\ndocker-compose down\n```\n\nTo clean out the SDRROOT volume, execute the following command.\n\n```bash\ndocker volume rm redhawk_sdrroot\n```\n\n## FEI Example\n\nTo attach a RTLSDR to the running domain, run the following script.\n\n```bash\n$ ./add_rtlsdr.sh\n```\n\n\u003e NOTE: The operating system must have certain kernel modules removed before running the container that is launched by the script above. To temporarily remove them, run the command: `modprobe -r dvb_usb_rtl28xxu rtl2832 rtl2830`. See the documentation [here](https://github.com/Geontech/docker-redhawk#rtl2832u) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeontech%2Fcompose-redhawk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeontech%2Fcompose-redhawk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeontech%2Fcompose-redhawk/lists"}