snapcast-net (0.0.1)
Published 2024-12-30 22:58:18 +00:00 by craig
Installation
dotnet nuget add source --name craig --username your_username --password your_token dotnet add package --source craig --version 0.0.1 snapcast-netAbout this package
.NET Snapcast API Client
Snapcast .NET
Another .NET API client for Snapcast. The current implementation uses a raw TCP connection to communicate with the Snapcast server. All serialisation and deserialisation of data is handled within the client.
Usage
Initialise
using SnapCastNet;
var connection = new TcpConnection("127.0.0.1", 1705);
var client = new Client(connection);
var result = await client.ServerGetRpcVersionAsync();
// result = {
// Major: 2,
// Minor: 0,
// Patch: 0
// }
Dependencies
Details
Assets (2)
Versions (4)
View all
snapcast-net.0.0.1.nupkg
28 KiB
snapcast-net.nuspec
982 B