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:
@@ -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
|
||||
Reference in New Issue
Block a user