Cygnus.Reach.Protocol
0.0.3
See the version list below for details.
dotnet add package Cygnus.Reach.Protocol --version 0.0.3
NuGet\Install-Package Cygnus.Reach.Protocol -Version 0.0.3
<PackageReference Include="Cygnus.Reach.Protocol" Version="0.0.3" />
paket add Cygnus.Reach.Protocol --version 0.0.3
#r "nuget: Cygnus.Reach.Protocol, 0.0.3"
// 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
- Initial release with support for:
Product | Versions 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. |
-
net8.0
- Cygnus.Reach.Common (>= 0.0.3)
- Google.FlatBuffers (>= 24.3.25)
- Google.Protobuf (>= 3.25.2)
- System.Reactive (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.