Info
Version: | 4.1.0 |
Author(s): | XMPro |
Last Update: | Monday, February 7, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.xmpro.com/ |
NuGet Url: | https://www.nuget.org/packages/XMPro.IOT.Framework |
Install
Install-Package XMPro.IOT.Framework
dotnet add package XMPro.IOT.Framework
paket add XMPro.IOT.Framework
XMPro.IOT.Framework Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 11.0.1)
Tags
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.