Cygnus.Reach.Protocol 0.0.3

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

// Install Cygnus.Reach.Protocol as a Cake Tool
#tool nuget:?package=Cygnus.Reach.Protocol&version=0.0.3

Reach Protocol Library

This library is designed to facilitate communication with devices that implement the Reach Protocol, using a user-defined transport method (e.g. BLE). Currently-supported services are:

  • Parameter Repository (discover, read, write, notify)
  • Commands (discover, send)
  • Command-Line Interface
  • Files (discover, download, upload)
  • Time (read, write)

Usage

Communication with a Reach-enabled device is achieved by creating a new DeviceAccess object, which provides methods for accessing state, reacting to events, and sending commands to the device. When creating a DeviceAccess object, a transport method must be provided that extends the NetworkAccess abstract class with implementations of the constructor and sendBytes method, along with calling the received method when bytes are received. The connect method may be extended to provide post-construction initialization.

Changelog

  • 0.0.1
    • Initial release with support for:
      • Ping
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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
0.0.3 94 4/4/2024
0.0.2 111 3/6/2024
0.0.1 91 2/21/2024