sdrangel/plugins/samplesource/kiwisdr
Mykola Dvornik 15337cac66 Fix bug that prevents settings changes updates via reverse API
Most plugins that use reverse API to PATCH settings updates to remote
server only do so when `useReverseAPI` is toggled, but not when the
relevant settings are being updated. So lets fix the precondition to
use the `m_useReverseAPI` flag instead.
2024-04-14 18:58:12 +02:00
..
CMakeLists.txt Update CMakeLists.txt to support both Qt5 and Qt6. Add option ENABLE_QT6 2022-11-17 14:34:54 +00:00
kiwisdrgui.cpp Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
kiwisdrgui.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
kiwisdrgui.ui Massive UI revamping (v7): fixed devices .ui files to correct display wwhen creating device. Part of #1209 2022-04-27 02:06:17 +02:00
kiwisdrinput.cpp Fix bug that prevents settings changes updates via reverse API 2024-04-14 18:58:12 +02:00
kiwisdrinput.h KiwiSDR: Add position of device to web API report. 2024-04-04 16:15:41 +01:00
kiwisdrplugin.cpp Updated versions and changelogs 2024-04-14 11:41:00 +02:00
kiwisdrplugin.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
kiwisdrsettings.cpp Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
kiwisdrsettings.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
kiwisdrwebapiadapter.cpp Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
kiwisdrwebapiadapter.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
kiwisdrworker.cpp KiwiSDR: Add position of device to web API report. 2024-04-04 16:15:41 +01:00
kiwisdrworker.h KiwiSDR: Add position of device to web API report. 2024-04-04 16:15:41 +01:00
readme.md Massive UI revamping (v7): implemented device common settings from top bar and added documentation on device windows top and bottom bars 2022-04-17 01:31:50 +02:00

readme.md

KiwiSDR input plugin

Introduction

This plugin is designed to enable connection to publicly available KiwiSDR receivers. A list of on-line receivers is available here

Interface

The top and bottom bars of the device window are described here

KiwiSDR input plugin GUI

1: Start/Stop

This button is used to start the "device" i.e connect to the remote and start stream or stop the "device" i.e. stop stream and disconnect from the remote. The button shows the following faces:

  • Blue triangle icon: device is ready and can be started
  • Green square icon: device is running and can be stopped

3: Frequency

This is the center frequency of reception in kHz.

4: Stream sample rate

This is the 12 kS/s fixed sample rate of the I/Q stream provided by the Kiwi.

5: Remote address and port

This is the remote address and port of the remote KiwiSDR instance to which to connect. The address can be in the form of an URL or IPv4 address. This is the same address and port found in the servers list of SDR.hu for example. Note that the http:// prefix should be removed this should be only the address and port.

Press button (7) to validate your change.

6: Status indicator

This ball can take the following colors depending on the status:

  • Gray: Idle
  • Yellow: Connecting
  • Green: Connected
  • Red: Error
  • Magenta: Disconnected

The connection can take several seconds (yellow status) please be patient.

In case of untimely disconnection (magenta status) you can stop and start again with button (1) to attempt re-connection.

7: Set address

When you change the address in (5) you have to push this button to validate the change.

8: Gain

This is the RF gain control sent to the remote

9: AGC

Use this button to switch on or off the AGC in the remote

10: DC block

Some remote receivers exhibit a peak at DC. Use this button to filter DC out.