Updated SDRangel server (markdown)

master
f4exb 2018-01-01 19:08:45 +01:00
rodzic ebf9cfa5de
commit a55de12057
1 zmienionych plików z 1 dodań i 1 usunięć

@ -11,7 +11,7 @@ Channel demodulators:
Channel modulators:
* NFM
It is implemented as a new binary `sdrangelsrv` that is similar to `sdrangel` but does not fire up a GUI. This server mode binary has therefore no dependency on Qt Widgets nor OpenGL. Since ot has no GUI its control is left entirely up to the web REST API interface.
It is implemented as a new binary `sdrangelsrv` that is similar to `sdrangel` but does not fire up a GUI. This server mode binary has therefore no dependency on Qt Widgets nor OpenGL. Since it has no GUI its control is left entirely up to the web REST API interface. It also uses a different set of plugins with their GUI bits removed. These are placed in the `lib/pluginssrv` directory.
It can serve two purposes:
* running headless on systems with lower CPU power than a laptop or desktop computer like the Raspberry Pi3. Thanks to the web API it can be remotely controlled also and thus can be at the heart of a complex multi mode transponder or repeater infrastructure.