This repository contains the source code for the Core Cast Host, the lightweight client application that runs on the SDR host's computer (e.g., a Raspberry Pi).
This application is responsible for:
- Running the
soapy_serverservice to make the SDR available on the local network. - Establishing a persistent and secure SOCKS proxy tunnel to the main Core Cast Server.
- This proxy allows the server to dynamically route its connection back to the host's
soapy_serverinstance, even if the host is behind a firewall or NAT.
This repository contains the application code, but all documentation, setup guides, and architectural details are centralized on the main Core Cast docs website.
For all information on how to configure and install the Core Cast Host software, please see the official documentation:
➡️ https://docs.corecastsdr.com/docs/host-setup/ ⬅️
Keeping the documentation in one place ensures it stays up-to-date and accurate.
Find a typo, want to improve a guide, or have a new idea for the documentation? We welcome all contributions!
The documentation is managed in its own repository. Please open issues or pull requests there:
- Documentation Repository: https://github.com/corecastsdr/corecast-docs