Date
1 - 3 of 3
SpyServer
jirkapazout
Hi all, I have a public Spyserver sdr://81.201.61.159:5556. But I´m not able to connect from the Console, only from Sharp. What I´m doing wrong? From sharp everything run without problems. Example for localhost: Thank you very much for your help. Jirka, dxing.cz
|
|
Simon Brown
Hi,
I'll test later today.
From: main@SDR-Radio.groups.io <main@SDR-Radio.groups.io> on behalf of jirkapazout via groups.io <jirkapazout@...>
Sent: 07 December 2022 23:19 To: main@sdr-radio.groups.io <main@sdr-radio.groups.io> Subject: [SDR-Radio] SpyServer Hi all,
I have a public Spyserver sdr://81.201.61.159:5556. But I´m not able to connect from the Console, only from Sharp. What I´m doing wrong? From sharp everything run without problems. Example for localhost:
Thank you very much for your help.
Jirka, dxing.cz
-- - + - + -
Please use https://forum.sdr-radio.com:4499/ when posting questions or problems.
|
|
jirkapazout
Hi Simon,
Thank you. It would be nice to connect to my server from Console, not only from Sharp. I don´t know what could be the problem. I can attach my spyserevr setup, if it helps. May be could be problem, that I use R2+Spyverter? Jirka # SPY Server Configuration File
# TCP Listener
#
#bind_host = 0.0.0.0
bind_host = http://dishdx.duckdns.org
bind_port = 5556
# List Server in Airspy Directory
#
list_in_directory = 1
# Owner Name
# For example: John Doe L8ZEE
owner_name = xxx
# Owner email
# For example: john@...
owner_email = xxx
# Antenna
# For example: Random Wire/Magnetic Loop/Mini-Whip/Inverted V/etc.
antenna_type = LZ1AQ 2 x CC 140 cm Loop
# Antenna Location
# For example: 48.858332, 2.294560
antenna_location = 48.858332, 2.294560
# General Description
#
general_description = AM AIRSPY R2 www.dxing.cz
# User sessions
#
maximum_clients = 2
# Maximum session duration
# In minutes. 0 for no limit
#
maximum_session_duration = 60
# Allow clients to retune and change of gain of the device
#
allow_control = 1
# Device Type
# Possible Values:
# AirspyOne (R0, R2, Mini)
# AirspyHF+
# RTL-SDR
# Auto (Scans for the first available device)
#
device_type = AirspyOne
# Device Serial Number as 64bit Hex
# For example: 0xDD52D95C904534AD
# A value of 0 will acquire the first available device.
#
device_serial = 0
# Device Sample Rate
# Possible Values:
# Airspy R0, R2 : 10000000 or 2500000
# Airspy Mini : 6000000 or 3000000
# Airspy HF+ : 768000
# RTL-SDR : 500000 to 3200000
# Comment to use the device's default
#
device_sample_rate = 2500000
# Force 8bit Compression Mode
# The 8bit Compression mode has proven sufficiently good for most streaming use cases.
# Use it to same some internet bandwidth.
#
#force_8bit = 1
# Maximum Bandwidth
# Limits the maximum IQ bandwidth the clients can set
# Recommended value for WFM is 200000
# Recommended value for narrow band modes is 15000
#
maximum_bandwidth = 15000
# FFT Frames Per Second
#14
fft_fps = 14
# FFT Bins
# Bins = 2^fft_bin_bits
#16
fft_bin_bits = 16
# Initial Center Frequency
#
initial_frequency = 1440000
# Minimum Tunable Frequency
# Comment if using the device default
#
#minimum_frequency = 100000
# Maximum Tunable Frequency
# Comment if using the device default
#
#maximum_frequency = 30000000
# Frequency Correction in PPB
#
frequency_correction_ppb = -700
# Initial Gain
#
initial_gain = 8
# RTL-SDR Sampling mode
# Quadrature = 0,
# Direct Sampling I Branch = 1
# Direct Sampling Q Branch = 2
#rtl_sampling_mode = 0
# Converter Offset
# Set to -120000000 to enable the SpyVerter offset
converter_offset = -120000000
# Bias-Tee
# For AirspyOne only - Useful for LNA's and SpyVerter
enable_bias_tee = 1
# Buffer Size (in milliseconds)
#
buffer_size_ms = 50
# Buffer Count
#
buffer_count = 10
|
|