ASCOM.Alpaca.Components 2.0.7

dotnet add package ASCOM.Alpaca.Components --version 2.0.7                
NuGet\Install-Package ASCOM.Alpaca.Components -Version 2.0.7                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ASCOM.Alpaca.Components" Version="2.0.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ASCOM.Alpaca.Components --version 2.0.7                
#r "nuget: ASCOM.Alpaca.Components, 2.0.7"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ASCOM.Alpaca.Components as a Cake Addin
#addin nuget:?package=ASCOM.Alpaca.Components&version=2.0.7

// Install ASCOM.Alpaca.Components as a Cake Tool
#tool nuget:?package=ASCOM.Alpaca.Components&version=2.0.7                

ASCOM.Alpaca

A set of client tools to discover and access Alpaca devices. Written to .Net Standard 2.0 for maximum applicability.

This release supports the interface updates introduced in ASCOM Platform 7.

Please note that you will need to add this PropertyGroup to .NET projects that target Android in order for Alpaca discovery to work as expected:

    <PropertyGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">
        <UseNativeHttpHandler>false</UseNativeHttpHandler>
    </PropertyGroup>

This may also be the case for projects that target IOS, but has not yet been confirmed.

Version History

The version history only contains entries when a change is made, if a release version is not listed below, there was no change to this component in that release.

Release 2.0.3

  • Some applications call InterfaceVersion before connecting, hence changing the timeout used for InterfaceVersion-GET from the standard timeout to the establish communications timeout, which is usually shorter and facilitates quicker return to the client when the Alpaca device cannot be reached.
  • Reduced the delay between communications error retries from 1.0 second to 0.1 seconds.

Release 2.0.2

  • Change the timeout used for Connected-GET, Connecting, Connect() and Disconnect() from the standard timeout to the establish communications timeout, which is usually shorter and facilitates quicker return to the client when the Alpaca device cannot be reached.

  • Release 2.0.0

  • Fix bug where the remote device number was not set correctly when changed through the ClientConfiguration class.

Release 2.0.0-rc.28

  • No change.

Release 2.0.0-rc.23

  • Add support for new Platform 7 interface members.
  • Added client async task extensions ConnectAsync() and DisconnectAsync().
  • New device state convenience members that package device state in an easy to use form.
  • New ClientRefresh() method to effect configuration changes made through the client configuration instance returned by ClientConfiguration
  • Fix - Four MethodNotImplementedException replaced with NotImplementedExceptions to match the Library standard.
  • Fix - Client async methods now respect timeouts if the target driver/device locks up and does not return from the initiator or polling variable.

Release 1.0.112

  • Fix issue where Alpaca clients did not query the device to determine its Connected state.

  • Release 1.0.111

  • Fix issue that caused Alpaca client initialisation to fail on Android and similar AOT compile platforms.

Release 1.0.110

  • Re-release of version 1.0.109 without additional features and changes that are intended for a future release.

Release 1.0.109

  • No change.

Release 1.0.108

  • No change.

Release 1.0.107

  • No change.

Release 1.0.106

  • Improved Alpaca Client debug logging
  • Improved Alpaca Client resilience to unexpected content in JSON error responses.

Release 1.0.96

  • Added support for trusting user generated certificates.
  • Improved handling of Alpaca management information during discovery on Linux, Arm and MacOS operating systems.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ASCOM.Alpaca.Components:

Package Downloads
NINA.Equipment

This assembly contains the Equipment components of N.I.N.A. to interact and connect to various types of astronomy equipment.

ASCOM.Com.ChooserSA

Stand alone Chooser for use with .NET Framework 4.7.2 and later and .NET 5 and later projects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.7 64 11/4/2024
2.0.6 74 10/31/2024
2.0.5 111 10/10/2024
2.0.2 104 10/2/2024
2.0.1 111 9/23/2024
2.0.0-rc.23 56 7/11/2024
1.0.112 739 4/5/2024
1.0.111 436 1/8/2024
1.0.110 150 10/6/2023
1.0.109 189 10/5/2023
1.0.108 209 7/15/2023
1.0.107 161 5/28/2023
1.0.106 164 5/23/2023
1.0.96 188 4/27/2023
1.0.95 273 2/25/2023
1.0.70 296 1/9/2023
1.0.52 363 11/20/2022
1.0.50-beta 156 10/30/2022
1.0.36-beta 164 10/20/2022
1.0.33-beta 146 10/10/2022
1.0.30-beta 146 10/8/2022
1.0.1-beta1 141 10/3/2022
1.0.0-beta9 128 10/3/2022
1.0.0-beta8 147 9/27/2022
1.0.0-beta7 162 9/27/2022
1.0.0-beta6 162 9/27/2022
1.0.0-beta5 182 9/26/2022
1.0.0-beta4 151 9/24/2022
1.0.0-beta3 165 8/27/2022
1.0.0-beta2 166 8/24/2022
1.0.0-beta1 243 8/23/2022

Initial release supporting all device types except Video and targeting .NET Standard 2.0.