sdrangel/sdrsrv
f4exb e8e2176529 Removed sdrangel_EXPORTS 2018-03-09 14:07:39 +01:00
..
device Make DeviceUISet and DeviceSet classes as they are forward declared like this 2018-02-27 19:26:52 +01:00
webapi Web API: fixed missing initializations of error object (2) 2018-02-21 13:50:05 +01:00
CMakeLists.txt Removed sdrangel_EXPORTS 2018-03-09 14:07:39 +01:00
maincore.cpp Compile sdrbase resources as a binary resource file loaded dynamically 2018-02-18 23:01:02 +01:00
maincore.h Adapt to MSVC linker: removed SDRANGEL_API 2018-03-03 21:19:59 +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.