Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.45 KB

File metadata and controls

32 lines (17 loc) · 1.45 KB

Core Cast Host

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_server service 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_server instance, even if the host is behind a firewall or NAT.

Documentation

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.


Contributing to the Docs

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: