1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-02-03 09:44:01 -05:00
Commit Graph

3490 Commits

Author SHA1 Message Date
f4exb
e444a17fe5 Set message identifier to null pointer in the Message paremt class as it should be set by child class. Better core early,.. Actually this fixes a strange segfault in the server version when adding the first channel 2017-12-22 17:05:36 +01:00
f4exb
3d5269dcd9 Server: Web API: implemented /sdrangel/deviceset/{deviceSetIndex}/device/settings GET, PUT, PATCH 2017-12-22 16:41:37 +01:00
f4exb
78aa24014e Web API: make 500:Service not available returned as JSON 2017-12-22 15:27:25 +01:00
f4exb
4b51599706 Web API: changed /sdrangel/devicesets POST,DELETE to /sdrangel/deviceset to reflect that it applies to a single device set 2017-12-22 01:07:03 +01:00
f4exb
e7c73b8449 Server: Web API: implemented /sdrangel/deviceset/{deviceSetIndex} GET and /sdrangel/deviceset/{deviceSetIndex}/device PUT 2017-12-22 00:07:59 +01:00
f4exb
a945d582bc Web API: return more descriptive messages on status 202 2017-12-21 22:35:25 +01:00
f4exb
5d0fafdfe6 Web API: embellish a little bit the swagger.yaml file and factorize errors 500 and 501 2017-12-21 18:48:24 +01:00
f4exb
41e18eefd2 Web API: replaced status code 200 by 202 whenever an asynchronous message is enqueued 2017-12-21 18:10:43 +01:00
f4exb
88e56d1a37 Web API: renamed /sdrangel/preset GET to /sdrangel/presets GET as this returns the list of presets 2017-12-21 00:50:58 +01:00
f4exb
322ff52723 Server: Web API: implemented /sdrangel/devicesets GET 2017-12-21 00:39:57 +01:00
f4exb
e4678ec70c Server: Web API: implemented /sdrangel/preset DELETE 2017-12-21 00:31:38 +01:00
f4exb
15453b7528 Server: Web API: implemented /sdrangel/preset POST 2017-12-21 00:23:36 +01:00
f4exb
9dd707896d Use a name field in channels to be used in headless version to replace the GUI object name that was used as the name field 2017-12-20 23:57:06 +01:00
f4exb
ef5cf18778 Reverted Fixed missing channel registration when creating a new channel from a preset load for the GUI version 2017-12-20 21:49:22 +01:00
f4exb
dbeeaa8f66 Recognize SDRplay RSP2 but do not support it effectively 2017-12-20 21:38:56 +01:00
f4exb
836b58c6ad Server: remove save preset for device set #0 on working preset. As server starts with no device sets this is useless 2017-12-20 15:03:28 +01:00
f4exb
761fc2cb3a Fixed missing channel registration when creating a new channel from a preset load 2017-12-20 14:48:40 +01:00
f4exb
894d926329 Server: Web API: implemented /sdrangel/preset (PUT) 2017-12-20 14:31:17 +01:00
f4exb
ffea25fe71 Web API: issue JSON error message on default error 501 2017-12-20 14:17:26 +01:00
f4exb
c7e75b4bef Server: implemented add device set and remove last device set and associated web API entry points 2017-12-20 01:01:53 +01:00
f4exb
934af70c74 Recognize SDRplay RSP1A but do not support it effectively 2017-12-19 22:46:17 +01:00
f4exb
da4884d1a0 Web API: suppress waiting after asynchronous message posting and return 200 with a simple message 2017-12-19 17:55:05 +01:00
f4exb
15b09161ab Web API: added full path from the root of swagger/sdrangel in the URIs. Allows to use the node server for both swagger editor and swagger-ui 2017-12-19 14:22:16 +01:00
f4exb
66929eb021 Server: web API: implemented /sdrangel/preset/file 2017-12-19 01:11:34 +01:00
f4exb
0896c2520e Server: web API: implemented /sdrangel/dvserial 2017-12-18 22:39:32 +01:00
f4exb
8aeb28f637 Server: web API: implemented /sdrangel/location 2017-12-18 22:35:48 +01:00
f4exb
4884a0d13c Server: web API: implemented /sdrangel/audio 2017-12-18 22:05:43 +01:00
f4exb
4049665774 Server: web API: implemented /sdrangel/logging PUT 2017-12-18 14:50:58 +01:00
f4exb
e428f55c82 Server: load presets on start and save them on exit 2017-12-18 13:56:10 +01:00
f4exb
debdae9529 Server: web API: implemented /sdrangel/logging GET 2017-12-18 13:39:31 +01:00
f4exb
8d447dc827 Server: web API: implemented /sdrangel/channels GET 2017-12-18 13:36:27 +01:00
f4exb
07be97c658 Server: web API: implemented /sdrangel/devices GET 2017-12-18 13:31:53 +01:00
f4exb
2784a026d6 Web API: added Qt version in the instance summary 2017-12-18 13:19:20 +01:00
f4exb
a459982fa7 Web API: updated documentation 2017-12-18 01:56:56 +01:00
f4exb
19eb52d5dd Server: added documentation for the stop_server.py script 2017-12-18 00:44:41 +01:00
f4exb
e1ad61d692 Bumped version of all channel plugins 2017-12-18 00:06:01 +01:00
f4exb
7dab0f67bb Server: reviewed application handling 2017-12-18 00:00:21 +01:00
f4exb
6d12443100 Server: changes to support DeviceSet 2017-12-17 23:15:42 +01:00
f4exb
200bd2ee21 LimeSDR: added missing file for local LimeSuite compilation 2017-12-17 18:22:40 +01:00
f4exb
38373fbd87 Server: variable to avoid instantiation of GUI dependent objects when compiling plugins for server: Applied to NFM demod 2017-12-17 18:11:51 +01:00
f4exb
0ec1d6db31 Server: added variable to avoid instantiation of GUI dependent objects when compiling plugins for server 2017-12-17 14:52:18 +01:00
f4exb
8bac9b40a3 Bumped version to 3.9.0 2017-12-17 12:10:11 +01:00
f4exb
361648a2b5 Server: added a basic server application 2017-12-17 12:08:18 +01:00
f4exb
22f174a2a4 Server: basic sdrsrv library 2017-12-17 11:09:51 +01:00
f4exb
f2cdacb057 Server: pass plugins subdirectory to the PluginManager::loadPlugins method 2017-12-17 10:36:22 +01:00
f4exb
eceb3ac68d Server: added build subdirectory for plugins without GUI 2017-12-17 10:25:08 +01:00
f4exb
48e29c275f Server version: changed plugin lookup locations: correction 2017-12-16 13:54:48 +01:00
f4exb
983014168d Updated Debian changelog 2017-12-16 13:47:39 +01:00
f4exb
20c69adedf Server version: changed plugin lookup locations 2017-12-16 13:39:13 +01:00
f4exb
3169083013 Web API: updated examples documentation 2017-12-16 10:14:45 +01:00