XMPro.IOT.Framework 4.1.0

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

// Install XMPro.IOT.Framework as a Cake Tool
#tool nuget:?package=XMPro.IOT.Framework&version=4.1.0

XMPro Agent Framework allows you to build integration plugins to connect XMPro with third-party systems. The framework allows different types of Agents:

Listeners - Agents which monitor the state of a third-party system and ingest data using push or pull mechanisms.
Transformations - Agents which perform a certain data transformation operation on the incoming payload.
Action Agents - Agents which allow posting data to a third-party system.

Most commonly used Interfaces are:

XMIoT.Framework.IAgent
XMIoT.Framework.IPollingAgent
XMIoT.Framework.IReceivingAgent

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
4.1.0 515 2/7/2022
4.1.0-rc1 149 12/22/2021
4.0.0 392 7/6/2021
4.0.0-rc1 255 5/31/2021
3.1.0-beta2 371 9/7/2020
3.1.0-alpha 448 4/9/2020
3.0.2 756 2/14/2019
3.0.2-beta 777 8/9/2018
3.0.0 1,042 6/6/2018
2.0.1 1,237 2/6/2017
2.0.0 913 2/6/2017

- Variables/Endpoints support added
- A new Interface XMIoT.Framework.IMapAndReceiveAgent added to allow receiving botm InputMapped and original payload.
- New Config controls added [Button, Title, EditList, VariableBox]