f4exb
|
44c2c16e18
|
Web API: updated examples
|
2018-01-07 23:29:55 +01:00 |
f4exb
|
7bdc161c91
|
Added information about O/S, CPU architecture and application name where it was missing
|
2018-01-07 01:33:57 +01:00 |
f4exb
|
9256e6b0ed
|
Web API: DeviceSetList: added focused device set index for the GUI
|
2018-01-06 09:50:09 +01:00 |
f4exb
|
515bc1a04e
|
Web API: updated Python examples to support PTT
|
2018-01-06 05:58:55 +01:00 |
f4exb
|
b002596677
|
Commands: corrected edit command dialog focus handling to capture associated key
|
2018-01-06 05:51:14 +01:00 |
f4exb
|
8a032d0532
|
Web API: implemented /sdrangel/deviceset/{deviceSetIndex}/focus PATCH
|
2018-01-06 03:46:53 +01:00 |
f4exb
|
2bd1692a2f
|
Commands: use monospaced font to view the log
|
2018-01-05 01:59:01 +01:00 |
f4exb
|
0f1291eaaa
|
Web API: removed useless compile feature in CMakeLists.txt file
|
2018-01-02 00:27:28 +01:00 |
f4exb
|
5f0693932c
|
LimeSDR: update debug message
|
2017-12-30 18:15:17 +01:00 |
f4exb
|
13d8662593
|
Web API: added more generic Rx and Tx test scripts
|
2017-12-30 11:03:47 +01:00 |
f4exb
|
f1ead09337
|
LimeSDR: more informative debug message on apply settings
|
2017-12-30 10:17:30 +01:00 |
f4exb
|
e5baca1a37
|
NFM, SSB and WFM Mods : use specific method to apply channelizer sample rate and frequency offset changes. Separate this data from settings
|
2017-12-30 00:18:51 +01:00 |
f4exb
|
cf79a7bb56
|
Web API: NFMDemod settings: removed input sample rate which is not set via API (internal)
|
2017-12-29 05:47:51 +01:00 |
f4exb
|
af58d18eac
|
NFM demod: use specific method to apply channelizer sample rate and frequency offset changes. Separate this data from settings
|
2017-12-29 05:23:24 +01:00 |
f4exb
|
14626393e6
|
Web API: fixed HackRF settings
|
2017-12-29 02:44:35 +01:00 |
f4exb
|
1b96f25184
|
Server and web API: added HackRF support
|
2017-12-29 01:40:34 +01:00 |
f4exb
|
d650010375
|
Web API: example to test Rx
|
2017-12-29 00:44:54 +01:00 |
f4exb
|
d854e4ea3f
|
Web API: updated some descriptions. Documented JSON body in /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings PUT, PATCH
|
2017-12-28 22:46:01 +01:00 |
f4exb
|
65ac9e2f2c
|
Web API: added identification string in device and channel include files description
|
2017-12-28 11:04:33 +01:00 |
f4exb
|
6eda2fa087
|
Web API: LimeSDR Tx example: have device set index as a parameter
|
2017-12-27 09:19:23 +01:00 |
f4exb
|
d08917897c
|
Web API: fixed Lime SDR Tx example with latest updates
|
2017-12-24 04:19:27 +01:00 |
f4exb
|
ead034e21d
|
Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex} DELETE implemented in GUI also
|
2017-12-23 23:41:37 +01:00 |
f4exb
|
703aa21159
|
Plugin interface: simplify createRxChannel
|
2017-12-23 09:54:42 +01:00 |
f4exb
|
a72200d2d0
|
Web API: /sdrangel/deviceset/{deviceSetIndex}/device PUT: let client specify only the necessary fields. Inernally set integer value default (-1) if not specified
|
2017-12-23 07:28:02 +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
|
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
|
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
|
894d926329
|
Server: Web API: implemented /sdrangel/preset (PUT)
|
2017-12-20 14:31:17 +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
|
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
|
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
|
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
|
3169083013
|
Web API: updated examples documentation
|
2017-12-16 10:14:45 +01:00 |
f4exb
|
19426a4536
|
Web API: example script to run LimeSDR in Tx mode. Updated main readme
|
2017-12-16 09:46:02 +01:00 |
f4exb
|
bf1771f8d6
|
Ewb API: updated swagger.yaml documentation
|
2017-12-15 19:10:45 +01:00 |
f4exb
|
6de0e20ceb
|
Web API: /sdrangel/deviceset/{deviceSetIndex}/device/run POST,DELETE: return previous state instead of attempt to wait and return the state after change since it does not work reliably
|
2017-12-14 23:29:12 +01:00 |
f4exb
|
ee2a8de0be
|
Web API: corrected nfm_test example
|
2017-12-14 23:13:27 +01:00 |
f4exb
|
e817974bb3
|
Web API: use the 8091 default port in all examples
|
2017-12-14 21:08:56 +01:00 |
f4exb
|
8798b64471
|
updated documentation
|
2017-12-13 21:32:12 +01:00 |
f4exb
|
0436848490
|
Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings PUT, PATCH for NFM demod and mod. Fixes (2)
|
2017-12-12 23:21:31 +01:00 |
f4exb
|
44346267fc
|
Web API: NFM setting example
|
2017-12-12 22:05:13 +01:00 |