sdrangel/sdrsrv
f4exb a945d582bc Web API: return more descriptive messages on status 202 2017-12-21 22:35:25 +01:00
..
device Fixed missing channel registration when creating a new channel from a preset load 2017-12-20 14:48:40 +01:00
webapi Web API: return more descriptive messages on status 202 2017-12-21 22:35:25 +01:00
CMakeLists.txt Server: changes to support DeviceSet 2017-12-17 23:15:42 +01:00
maincore.cpp Server: Web API: implemented /sdrangel/preset DELETE 2017-12-21 00:31:38 +01:00
maincore.h Server: Web API: implemented /sdrangel/preset DELETE 2017-12-21 00:31:38 +01:00
readme.md Server: added build subdirectory for plugins without GUI 2017-12-17 10:25:08 +01:00

readme.md

SDRangel Server

This folder holds the objects specific to the server (headless) version of SDRangel. The MainCore class is the headless equivalent of the MainWindow class in the GUI version and plays the same central role. This document focuses on the functional description of SDRangel server. More details on the technical architecture can be found in the developer's documentation.