MTConnect.NET-AgentModule-MqttAdapter 6.3.0-beta

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

// Install MTConnect.NET-AgentModule-MqttAdapter as a Cake Tool
#tool nuget:?package=MTConnect.NET-AgentModule-MqttAdapter&version=6.3.0-beta&prerelease

MTConnect.NET Logo

MTConnect MQTT Adapter Agent Module

This Agent Module implements an adapter to read from an MQTT broker

This Module is still under development. Please feel free to leave feedback or create Issues on GitHub.

Configuration

- mqtt-adapter:
    server: localhost
    port: 1883
    topicPrefix: input
    deviceKey: M12346
  • server - The MQTT broker hostname

  • port - The MQTT broker port number

  • timeout - The timeout (in milliseconds) to use for connection and read/write

  • reconnectInterval - The interval (in milliseconds) to delay between disconnections

  • username - Sets the Username to use for authentication

  • password - Sets the Password to use for authentication

  • clientId - Sets the Client ID to use for the connection

  • cleanSession - Sets the CleanSession flag (true or false)

  • qos - Sets the Quality Of Service (QoS) to use. 0 = At Most Once, 1 = At least Once, 2 = Exactly Once

  • certificateAuthority - The path to the Certificate Authority file

  • pemCertificatePath - The path to the PEM Certificate (.pem) file

  • pemPrivateKey - The path to the PEM Private Key file

  • allowUntrustedCertificates - Sets whether to validate the certificate chain (true or false)

  • useTls - Sets whether to use TLS or not (true or false)

  • topicPrefix - The MQTT topic prefix to subscribe to

  • deviceKey - The UUID or Name of the Device to read data for

  • DocumentFormat - The Document Format ID to use to format the input data

Input Topics

Observations

[TOPIC_PREFIX]/observations

Asset

[TOPIC_PREFIX]/assets

Device

[TOPIC_PREFIX]/device

Contribution / Feedback

  • Please use the Issues tab to create issues for specific problems that you may encounter
  • Please feel free to use the Pull Requests tab for any suggested improvements to the source code
  • For any other questions or feedback, please contact TrakHound directly at info@trakhound.com.

License

This application and it's source code is licensed under the MIT License and is free to use.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on MTConnect.NET-AgentModule-MqttAdapter:

Package Downloads
MTConnect.NET-Applications-Agents

MTConnect.NET-Applications-Agents contains classes to fully implement an MTConnect Agent application. Supports MTConnect Versions up to 2.3. Supports .NET Framework 4.6.1 up to .NET 8

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.3.1-beta 47 4/24/2024
6.3.0-beta 68 4/17/2024
6.2.2-beta 60 4/5/2024
6.2.1-beta 61 4/3/2024
6.2.0-beta 54 3/27/2024
6.1.3-beta 61 3/15/2024
6.1.2-beta 68 3/15/2024
6.0.11-beta 77 2/2/2024
6.0.10-beta 61 1/26/2024
6.0.9-beta 95 12/28/2023
6.0.8-beta 54 12/27/2023
6.0.7-beta 88 12/19/2023
6.0.5-beta 90 12/14/2023
6.0.3-beta 97 12/12/2023
6.0.1-beta 71 12/7/2023
6.0.0-beta 83 12/7/2023