From 972a6d3e4d3b684fbadeb5cd046a8634ec24eb8c Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Mon, 3 Feb 2025 22:31:45 +0000 Subject: iqconvert: converts from u8 to f32 without issues --- PrySDR/main.swift | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'PrySDR/main.swift') diff --git a/PrySDR/main.swift b/PrySDR/main.swift index 74f3f67..c3b70d6 100644 --- a/PrySDR/main.swift +++ b/PrySDR/main.swift @@ -15,3 +15,17 @@ import libbladerf print("PrySDR") print("We will start soon on exploring things \(software_version)") +print("Detect RtlSdr") +let countRtlSdr = getDeviceCount() +print("Found \(countRtlSdr) r820 devices") + +print("Detect AirSpy") + +print("Detect AirSpyHF") +let countAirSpyHF = airspyhf_list_devices(nil, 0) +print("Found \(countAirSpyHF) AirSpyHF devices") +if countAirSpyHF < 0 { + exit(0) +} + +print("Detect BladeRF") -- cgit v1.2.3