![]() |
VOOZH | about |
dotnet add package ThingSet.Common.Transports.Can --version 0.1.6
NuGet\Install-Package ThingSet.Common.Transports.Can -Version 0.1.6
<PackageReference Include="ThingSet.Common.Transports.Can" Version="0.1.6" />
<PackageVersion Include="ThingSet.Common.Transports.Can" Version="0.1.6" />Directory.Packages.props
<PackageReference Include="ThingSet.Common.Transports.Can" />Project file
paket add ThingSet.Common.Transports.Can --version 0.1.6
#r "nuget: ThingSet.Common.Transports.Can, 0.1.6"
#:package ThingSet.Common.Transports.Can@0.1.6
#addin nuget:?package=ThingSet.Common.Transports.Can&version=0.1.6Install as a Cake Addin
#tool nuget:?package=ThingSet.Common.Transports.Can&version=0.1.6Install as a Cake Tool
.NET client implementation of the ThingSet protocol. Supported transports are CAN and IP. At present, only the binary wire format (CBOR) is supported.
For more information on ThingSet, see the ThingSet web site.
NuGet packages are available. Install the client and the separate package for whichever transport you require:
IpClientTransport ipTransport = new IpClientTransport("mydevice", 9001);
ThingSetClient client = new ThingSetClient(ipTransport);
await client.ConnectAsync();
object? value = client.Get(0x100);
object? result = client.Exec(0x300, 1, 2);
await client.SubscribeAsync((uint id, string? path, object? value) =>
{
Console.WriteLine($"Report: {path} ({id:x}): {value?.ToString()}");
});
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.