sdrangel/sdrsrv
f4exb e8537d6582 Web API and related: fixed memory leaks and some malfunctions 2018-02-14 11:27:57 +01:00
..
device Server: Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex} DELETE 2017-12-23 22:33:30 +01:00
webapi Web API and related: fixed memory leaks and some malfunctions 2018-02-14 11:27:57 +01:00
CMakeLists.txt Server: changes to support DeviceSet 2017-12-17 23:15:42 +01:00
maincore.cpp Web API and related: fixed memory leaks and some malfunctions 2018-02-14 11:27:57 +01:00
maincore.h Server: Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex} DELETE 2017-12-23 22:33:30 +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.