RadioConsole2 aims to be an open-source and expandable software console for controlling radios and radio systems remotely via WebRTC.
RC2 consists of two parts - the GUI console (rc2-console
) and the individual radio control daemons (rc2-daemon
), one per each radio endpoint to be connected to the console.
RC2 now also supports connection to a DVMProject FNE directly using the rc2-dvm daemon.
RC2 is designed to be expandable and customizable, easy to develop for, and robust enough to serve as your main radio base station.
All RC2 documentation is now hosted at ReadTheDocs.
The latest release can be found on the right side of the Github Repo main page, or by following this link
You will find both rc2-daemon
and rc2-console
available for download. You will need both for a full RC2 system, see the documentation for more information.
If you encounter issues using RC2, you should first consider joining our Discord channel on the DVMProject discord server. If you don't wish to use Discord, you can always create an issue using our bug issue template.
See the development section of the documentatioion at ReadTheDocs/Development for information on getting started developing for RC2