sdrangel/plugins/samplesource/kiwisdr
f4exb 7f1c838cec Updated versions and changelogs 2022-03-30 22:16:08 +02:00
..
CMakeLists.txt Install debug symbols on Windows for debug builds 2022-02-06 12:56:58 +00:00
kiwisdrgui.cpp Morph PluginInstanceGUI in DeviceGUI and single line inheritance from QWidget 2020-10-05 19:48:05 +02:00
kiwisdrgui.h Morph PluginInstanceGUI in DeviceGUI and single line inheritance from QWidget 2020-10-05 19:48:05 +02:00
kiwisdrgui.ui Removed file recording function from device plugins 2020-08-09 00:47:06 +02:00
kiwisdrinput.cpp Fixed some signal/slot connects. Removed unnecessary m_channelMessageQueue in ChannelAPI. Fixes #1185 2022-03-23 22:32:23 +01:00
kiwisdrinput.h Removed file recording function from device plugins 2020-08-09 00:47:06 +02:00
kiwisdrplugin.cpp Updated versions and changelogs 2022-03-30 22:16:08 +02:00
kiwisdrplugin.h Avoid global QString init in plugins 2020-11-22 04:06:32 +01:00
kiwisdrsettings.cpp Removed file recording function from device plugins 2020-08-09 00:47:06 +02:00
kiwisdrsettings.h Removed file recording function from device plugins 2020-08-09 00:47:06 +02:00
kiwisdrwebapiadapter.cpp Fixed wrong structure being used in some sample source and sink plugins web API adapters. Fixes #842 2021-04-15 15:30:29 +02:00
kiwisdrwebapiadapter.h REST API: config: GET (11). Support of the rest of devices 2019-08-04 20:24:44 +02:00
kiwisdrworker.cpp Fixed -Wunused-parameter warnings 2020-11-14 11:13:32 +01:00
kiwisdrworker.h KiwiSDR: implemented report in REST API 2019-06-09 00:56:31 +02:00
readme.md Removed file recording function from device plugins 2020-08-09 00:47:06 +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

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.