SpyderClientLibrary 4.1.0

dotnet add package SpyderClientLibrary --version 4.1.0
NuGet\Install-Package SpyderClientLibrary -Version 4.1.0
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="SpyderClientLibrary" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SpyderClientLibrary --version 4.1.0
#r "nuget: SpyderClientLibrary, 4.1.0"
#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 SpyderClientLibrary as a Cake Addin
#addin nuget:?package=SpyderClientLibrary&version=4.1.0

// Install SpyderClientLibrary as a Cake Tool
#tool nuget:?package=SpyderClientLibrary&version=4.1.0

SpyderClientLibrary

Build Status

Quality Gate Status

Provides a modern, fully async compatible .Net Standard 2.0 library for creating applications and utilities targeting the Spyder video processor from Desktop (.Net 4.6.2 or later) or Windows UWP applications (Windows 10).

Key Features

  • Full implementation of the published Spyder UDP control protocol
  • System Config File parsing - provides full Spyder data object model to clients
  • Drawing Data (live view) data stream deserialization (Supports 2.10.8 - 5.X+)
  • Spyder quick file transfer procotol (QFT) implementation. List, get, and set files
  • Thumbnail Manager - provides background downloading, multi-resolution scaling, and memory lifetime management of system thumbnail images

Usage

This library was built using Visual Studio 2019, and can either be downloaded and compiled from source or downloaded as a Nuget Package if you prefer - search for SpyderClientLibrary from the Nuget package manager to get started.

If you are running Windows 8.1 or later, take a look at the Spyder Client for Windows application in the Windows Store for an example of some of the things possible.

If you run into issues

I've taken great effort to make this library as solid as possible, but if you run into any problems or want to see something added, please feel free to log them in the issue tracker or fix them up and send me a pull request.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.0 541 12/31/2021
4.0.0 314 11/10/2021
3.1.1 370 8/30/2021
3.1.0 350 8/30/2021
3.0.0 904 7/26/2018
2.0.0 1,408 6/29/2016
1.0.4 1,453 12/8/2015
1.0.3 1,430 12/7/2015
1.0.2 1,096 8/30/2015
1.0.1 1,110 3/18/2015
1.0.0 1,291 1/5/2015

Added client to interact with Spyder Still Server (X20) in Spyder.Client.Net.StillServerClient