LxCommunicator 0.9.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package LxCommunicator --version 0.9.0.2
NuGet\Install-Package LxCommunicator -Version 0.9.0.2
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="LxCommunicator" Version="0.9.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LxCommunicator --version 0.9.0.2
#r "nuget: LxCommunicator, 0.9.0.2"
#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 LxCommunicator as a Cake Addin
#addin nuget:?package=LxCommunicator&version=0.9.0.2

// Install LxCommunicator as a Cake Tool
#tool nuget:?package=LxCommunicator&version=0.9.0.2

LxCommunicator.NET v0.9.0

This library exposes all necessary classes to establish a secure and encrypted connection to a Loxone Miniserver. <br> LxCommunicator can be installed using NuGet

Disclaimer

  • Loxone Electronics GmbH doesn't provide any support for this library
  • Please submit an issue or file an pull request if you find any issue

Use LxCommunicator.NET

Use the namespace Loxone.Communicator and in case of handling events via websocket also Loxone.Communicator.Events <br> The libary manages the requiring and refreshing of token authentication. Storing, loading and killing of tokens needs to be implemented by the application layer.

Use WecbsocketWebserviceClient

The WecbsocketWebserviceClient class handles a websocket connection with a Loxone Miniserver including token authentication and encryption. <br> With this WebserviceClient implementation it is possible to receive live updates from the Loxone Miniserver via StateEvents Example: .\LxCommunicator.NET.Example.Http\LxCommunicator.NET.Example.Http.csproj

Use HttpWebserviceClient

The HttpWebserviceClient class handles a Http webservice request with a Loxone Miniserver, including token authentication and encryption. <br> With this WebserviceClient implementation it is possible to receive live updates from the Loxone Miniserver via StateEvents Example: .\LxCommunicator.NET.Example.Http\LxCommunicator.NET.Example.Http.csproj

Note<br>Every Webservice that needs authentication is sent as encrypted webservice.<br>The Loxone Miniserver does not support encryption on every webservice, for example binary files or images are not supported.<br>For more detail please see our API documetation.

Product Compatible and additional computed target framework versions.
.NET Framework net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.9.5 671 3/2/2022
0.9.4 536 10/21/2020
0.9.0.2 535 8/1/2019