Skip to content

Releases: airspy/airspyone_host

AirSpy Host Tools + Library (DLL) V1.0.10 (Win32/x64)

22 Apr 12:03
Compare
Choose a tag to compare

AirSpy Host Tools + Library (DLL) V1.0.10 for windows platform (Win32 or Win64/x64)

Host Tools / DLL:

  • License clarifications
  • Fixed incorrect cflags include path (#42)
  • New API airspy_list_devices() added (#49)
  • Support FreeBSD (#50 and #51)
  • Minor modifications in airspy_rx.c & Add users to group plugdev in Readme.md (#54)
  • Better parameter bound checking for set gain functions (#55)
  • airspy_open_device() bugfix: use the code in airspy_list_device() (#63)
  • Removed unnecessary optimization flags from CMakeLists.txt files (#67)
  • Explicit path for getopt.c source (#69)
  • Update airspy.h (#70)

Thanks to all contributors

The archive contains x86 & x64 builds (compatible with windows XP, Vista, Seven & Win8.x or more).

AirSpy Host Tools + Library (DLL) V1.0.9 (Win32/x64)

24 Sep 09:54
Compare
Choose a tag to compare

AirSpy Host Tools + Library (DLL) V1.0.9 for windows platform (Win32 or Win64/x64)

Host DLL:

  • Added flash erase sector API support in libairspy (see airspy_spiflash_erase_sector()) mainly for configuration features (it cannot erase firmware code/data reserved area in sector 0 & 1) (this feature requires at least airspy firmware v1.0.0-rc8 it is highly recommended to use airspy firmware v1.0.0-rc10)
  • Lot of optimizations/simplifications in the float IQ conversion (also more GCC friendly for Linux/Raspbian)
  • Replaced libusb-1.0.19 by libusb-1.0.20 (for Windows)

The archive contains x86 & x64 builds (compatible with windows XP, Vista, Seven & Win8.x or more).

AirSpy Host Tools + Library (DLL) V1.0.8 (Win32/x64)

23 Apr 21:02
Compare
Choose a tag to compare

AirSpy Host Tools + Library (DLL) V1.0.8 for windows platform (Win32 or Win64/x64)

Host Tools:

  • Added support of sample_rate in Hz in airspy_rx
  • Added RAW mode in airspy_rx

Host DLL:

  • Support for alternative sample rates (requires airspy firmware v1.0.0-rc7 or more)
  • Stop the streaming completely in case the previous app left it running
  • More robust streaming
  • Simplified the fifo code
  • Added a host-side counter for dropped samples
  • Added RAW sampling mode
  • Compile fixes for Visual Studio 2012 (VC11) (thanks to @guruofquality for the pull request #32)

The archive contains x86 & x64 builds (compatible with windows XP, Vista, Seven & Win8.x or more).

AirSpy Host Tools + Library (DLL) V1.0.7 (Win32/x64)

05 Dec 10:45
Compare
Choose a tag to compare

AirSpy Host Tools + Library (DLL) V1.0.7 for windows platform (Win32 or Win64/x64)

Host Tools:

  • Added "Sensitivity" and "Linearity" gain modes in airspy_rx

Host DLL:

  • Added "Sensitivity" (airspy_set_sensitivity_gain) and "Linearity" (airspy_set_linearity_gain) gain modes
  • Fix Buffer overflow #30 thanks to @Nicolasp38
  • Optimized the IQ conversion code
  • Added the ability to customize the IQ conversion FIR filter (changed the size factor of the FIR processor from 2 to 16)
  • Fix for repeat of usage message x19 #25 thanks to @martinzsmith
  • Support cross-compilation via MinGW64 thanks to @mnhauke
  • Linux kernel driver support of libusb_detach_kernel_driver for Linux Kernel >= 3.17 #19

The archive contains x86 & x64 builds (compatible with windows XP, Vista, Seven & Win8.x or more).

AirSpy Host Tools + Library (DLL) V1.0.6 (Win32/x64)

13 Jul 22:38
Compare
Choose a tag to compare

AirSpy Host Tools + Library (DLL) V1.0.6 for windows platform (Win32 or Win64/x64)

Host Tools:

  • Added in airspy_info version of airspy library (just returns details of airspy_lib_version()).
  • Added in airspy_rx -p packing option (still compatible with old firmware if you do not use -p)

Host DLL:

  • Fixed airspy_version_string_read() with support of parameter with "length" shorter than firmware version, return truncated string instead of error.
  • Added airspy_lib_version() info API to return version of airspy library.
  • Added support for bit packing firmware with the new vendor command set_packing (thanks to MM6DOS)
  • Fixed potential bug with airspy device structure internal data by zeroing this structure at init (thanks to MM6DOS)
  • Fixed some typos in source code (thanks to ckuethe)

Due to the Buffer overflow #30 bug (fixed in v1.0.7 or more) this version is not recommended and binary archive is removed

AirSpy Host Tools + Library (DLL) V1.0.5 (Win32/x64)

22 Mar 16:57
Compare
Choose a tag to compare

AirSpy Host Tools + Library (DLL) V1.0.5 for windows platform (Win32 or Win64/x64)

Host Tools:

  • Added support of airspy_get_samplerates() from new DLL API in airspy_rx & airspy_info tools.

Host DLL:

  • Added API airspy_get_samplerates()

The archive contains x86 & x64 builds (compatible with windows XP, Vista, Seven & Win8.x).

AirSpy Host Tools + Library (DLL) V1.0.4 (Win32/x64)

21 Mar 08:23
Compare
Choose a tag to compare

AirSpy Host Tools + Library (DLL) V1.0.4 for windows platform (Win32 or Win64/x64)

DLL:

  • Fixed problem when using airspy_rx with parameter -s

The archive contains x86 & x64 builds (compatible with windows XP, Vista, Seven & Win8.x).

AirSpy Host Tools + Library (DLL) V1.0.3 (Win32/x64)

07 Dec 16:45
Compare
Choose a tag to compare

AirSpy Host Tools + Library (DLL) V1.0.3 for windows platform (Win32 or Win64/x64)

  • Translated the small assembly chunk to SSE2 intrinsics (Thanks to Lazydodo for the first stab)
  • Fixed the x64 build (release/debug)
  • Fixed the UINT16 Real streaming mode
  • Added sanity checks to the gain settings

The archive contains x86 & x64 builds

For Windows XP use archive "airspy_host_tools_win32_x86_x64_v1_0_3_7.zip"
There is a Visual Studio configuration flag problem for the actual release "airspy_host_tools_win32_x86_x64_v1_0_3.zip" under Windows XP only.

AirSpy Host Tools + Library (DLL) V1.0.2

27 Nov 23:03
Compare
Choose a tag to compare

AirSpy Host Tools + Library (DLL) V1.0.2 for windows platform (Win32 or Win64, Win XP to Win8.x)

Significant speed improvements in libairspy:

  • Zero copy streaming
  • Mostly wait-free

Big refactoring in airspy_rx utility

  • Support for float/fixed IQ and Real file generation
  • High accuracy throughput measurement

AirSpy Host Tools + Library (DLL) V1.0.1

21 Nov 19:26
Compare
Choose a tag to compare

AirSpy Host Tools + Library (DLL) V1.0.1 for windows platform (Win32 or Win64, Win XP to Win8.x)