WaspClassLibrary 1.19.5567.24203

There is a newer version of this package available.
See the version list below for details.
dotnet add package WaspClassLibrary --version 1.19.5567.24203
                    
NuGet\Install-Package WaspClassLibrary -Version 1.19.5567.24203
                    
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="WaspClassLibrary" Version="1.19.5567.24203" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WaspClassLibrary" Version="1.19.5567.24203" />
                    
Directory.Packages.props
<PackageReference Include="WaspClassLibrary" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WaspClassLibrary --version 1.19.5567.24203
                    
#r "nuget: WaspClassLibrary, 1.19.5567.24203"
                    
#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.
#:package WaspClassLibrary@1.19.5567.24203
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WaspClassLibrary&version=1.19.5567.24203
                    
Install as a Cake Addin
#tool nuget:?package=WaspClassLibrary&version=1.19.5567.24203
                    
Install as a Cake Tool

WASP to ANT+ Class Library

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WaspClassLibrary:

Package Downloads
BrooklynPlatformLibrary

Class library for NPE implementations utilizing the GainSpan WiFi module and Silicon Labs CP2110 USB interface.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.16.8536.15168 2,020 9/8/2023
2.13.8413.24624 510 1/13/2023
2.6.8161.25105 694 6/17/2022
2.3.7832.22905 724 6/11/2021
2.2.7698.34200 599 2/2/2021
2.1.7278.28825 1,580 12/10/2019
1.53.7073.23474 2,735 5/14/2019
1.52.6823.24529 5,427 9/10/2018
1.51.6801.16624 1,085 8/15/2018
1.51.6710.21454 1,538 5/16/2018
1.50.6557.30005 1,876 12/15/2017
1.49.6535.19300 1,259 11/22/2017
1.49.6502.17959 1,221 10/20/2017
1.49.6486.24794 1,216 10/4/2017
1.49.6463.29094 1,273 9/12/2017
1.48.6389.29055 1,305 7/6/2017
1.48.6366.27595 1,297 6/6/2017
1.48.6334.20075 1,295 5/5/2017
1.48.6333.25187 1,246 5/4/2017
1.48.6298.23882 1,659 3/31/2017
1.47.6284.28875 1,572 3/17/2017
1.46.6075.26297 1,477 9/6/2016
1.45.6036.21761 1,509 7/11/2016
1.45.6026.24547 1,318 7/1/2016
1.44.5947.18864 1,342 4/13/2016
1.43.5802.31907 1,622 11/22/2015
1.42.5788.28676 1,386 11/6/2015
1.41.5760.22585 1,400 10/9/2015
1.40.5749.24101 1,486 9/28/2015
1.39.5745.31596 1,389 9/25/2015
1.38.5724.25548 1,395 9/3/2015
1.37.5723.21896 1,406 9/2/2015
1.36.5718.19667 1,356 8/28/2015
1.35.5715.17551 1,366 8/25/2015
1.34.5711.22450 1,348 8/21/2015
1.33.5710.28128 1,340 8/20/2015
1.32.5700.23892 1,559 8/10/2015
1.31.5699.38782 1,430 8/10/2015
1.30.5697.14657 1,637 8/7/2015
1.29.5695.19524 1,694 8/5/2015
1.28.5695.12908 1,640 8/5/2015
1.27.5694.42695 1,604 8/5/2015
1.26.5694.21480 1,653 8/4/2015
1.25.5675.21282 1,438 7/16/2015
1.24.5672.17860 1,649 7/13/2015
1.23.5669.28318 1,376 7/10/2015
1.22.5645.29586 1,393 6/16/2015
1.21.5644.40517 1,345 6/16/2015
1.20.5632.37095 1,679 6/4/2015
1.19.5575.25041 1,390 4/7/2015
1.19.5574.26935 1,372 4/6/2015
1.19.5567.24203 1,405 3/30/2015
1.18.5562.18980 1,589 3/25/2015
1.17.5546.17565 1,680 3/9/2015

NetworkManager - Added the NetworkAvailabilityChanged and NetworkAddressChanged events.
     TxCompletedEventArgs - Removed class. Some design decisions are being made to address informing the app that commands were sent to an ANT device.
     AntRadio - The class no longer inherits from IDisposable. Changed internal handling for more robust communication with ANT devices.
     Wasp - Added support to remove the WASP from the collection if it has not received any query responses within the specified TimeoutInterval interval. The default timeout is 15 seconds. A timer parameter has been added to the constructor. Internal changes for improved communication.
     WaspCollection - internal changes related to updating the collection. The collection also manages the timer each WASP uses for timeout and diagnostics.