Skip to content

Releases: Sammy1Am/SDRplayJava

0.8.0

28 Feb 00:30
07ce0ec
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

Modifications v0.8.0 Neil Harvey 2021

  • Fixed machine alignment of API Structs to make up for JNR bug/oversight
  • RSPDX device specific functionality
    • RF Notch
    • DAB Notch
    • Bias T
    • Antenna Select
  • Allow adjustment of IF Gain
  • Enhance gain and overload event propagation

0.7.0

16 Feb 23:17
17347cd
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

@neilharvey94044 has graciously filled out the additional device settings and features that were missing so the API should now be fully mapped to Java:

  • Updated structs to cover all device parameters for all API supported SDRplay devices
  • Provided methods for updating the following parameters:
    • Automatic Gain Control (AGC)
    • Decimation
    • DC Offset
    • Broadcast FM Notch (RSP1A only)
    • Digital Audio Broadcast (DAB) Notch (RSP1A only)
    • Bias-T (RSP1A only)

0.6.0

14 Oct 04:10
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

Initial release/publish to MavenCentral. Probably about 60% complete (hence 0.6).

  • Built against SDRplay API 3.07
  • Includes generally decent support for SDRplay devices.
  • No model-specific support.

Other than model-specific options, the JNR API is nearly fully wrapped, but the friendly Java API has only minimal methods. If you need additional control over the device, you're encouraged to implement the required methods in SDRplayDevice.java or in the appropriate model-specific class in the sdrplay.model.* package. Barring that, you can also call the JNR method directly via the SDRplayAPIJNR interface.