1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 19:14:15 -04:00

Rename SDRDaemonSource device plugin to RemoteInput (2): REST API

This commit is contained in:
f4exb
2019-02-03 00:49:57 +01:00
parent 4fe16095d4
commit 60ca383a6e
18 changed files with 375 additions and 360 deletions
@@ -0,0 +1,47 @@
RemoteInputSettings:
description: RemoteInput
properties:
apiAddress:
type: string
apiPort:
type: integer
dataAddress:
type: string
dataPort:
type: integer
dcBlock:
type: integer
iqCorrection:
type: integer
fileRecordName:
type: string
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer
reverseAPIAddress:
type: string
reverseAPIPort:
type: integer
reverseAPIDeviceIndex:
type: integer
RemoteInputReport:
description: RemoteInput
properties:
centerFrequency:
type: integer
format: uint64
sampleRate:
type: integer
bufferRWBalance:
description: percentage off the mid buffer (positive read leads)
type: integer
remoteTimestamp:
description: string representation of timestamp as sent by the remote instance
type: string
minNbBlocks:
description: Minimum number of blocks retrieved per frame
type: integer
maxNbRecovery:
description: Maximum number of recovery blocks used per frame
type: integer