CorefluxMQTTcSharpAPI 1.1.0.3
See the version list below for details.
dotnet add package CorefluxMQTTcSharpAPI --version 1.1.0.3
NuGet\Install-Package CorefluxMQTTcSharpAPI -Version 1.1.0.3
<PackageReference Include="CorefluxMQTTcSharpAPI" Version="1.1.0.3" />
<PackageVersion Include="CorefluxMQTTcSharpAPI" Version="1.1.0.3" />
<PackageReference Include="CorefluxMQTTcSharpAPI" />
paket add CorefluxMQTTcSharpAPI --version 1.1.0.3
#r "nuget: CorefluxMQTTcSharpAPI, 1.1.0.3"
#:package CorefluxMQTTcSharpAPI@1.1.0.3
#addin nuget:?package=CorefluxMQTTcSharpAPI&version=1.1.0.3
#tool nuget:?package=CorefluxMQTTcSharpAPI&version=1.1.0.3
Coreflux API
This nuget package is resposible for all integration with C# and Coreflux.
Coreflux MQTT
This package enables MQTT communication within your solutions. With a managed mqtt client.
Usage
Add the necessary namespaces in your project
using Coreflux.API.cSharp.Networking.MQTT;Call the managed mqtt client from Coreflux
MQTTController.Start("127.0.0.1", 1883);//using IP with normal TCP/IP socket
MQTTController.Start("cloud.coreflux.org", 1883); //using dns with normal TCP/IP socket
MQTTController.Start("cloud.coreflux.org:8080/mqtt", 8080, "", "", false, true); //using dns , without username "", no password , no TLS and with websocket
- Connect the events
MQTTController.NewPayload += this.MQTTController_NewPayload;//Provides a standard reception of subscribed topics
This is asynchronous usage
- Subscribe
string payload=MQTTController.GetData("mytopic/teste");// provides the payload of a topic directly from the cache of the managed mqtt client
This is synchronous usage
- Publish
MQTTController.SetData("mytopic/teste", "payload", 0, false);// Publishes the value to the topic with the payload . In this case without retain(false) and QOS 0.
Author

http://coreflux.org - Coreflux the most advanced industrial IOT platform!
| Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. 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. |
-
.NETStandard 2.0
- MQTTnet (>= 3.0.16)
- MQTTnet.Extensions.ManagedClient (>= 3.0.16)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CorefluxMQTTcSharpAPI:
| Package | Downloads |
|---|---|
|
SLServiceEngRef
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.3.2 | 1,948 | 8/30/2022 | |
| 1.3.1.9 | 1,108 | 8/23/2022 | |
| 1.3.1.8 | 1,471 | 5/23/2022 | |
| 1.3.1.7 | 617 | 5/23/2022 | |
| 1.3.1.6 | 623 | 5/19/2022 | |
| 1.3.1.4 | 1,143 | 5/16/2022 | |
| 1.3.1.1 | 933 | 4/27/2022 | |
| 1.3.1 | 1,670 | 4/26/2022 | |
| 1.3.0.3 | 1,009 | 4/25/2022 | |
| 1.3.0 | 922 | 4/3/2022 | |
| 1.2.0.2 | 1,518 | 11/15/2021 | |
| 1.2.0.1 | 521 | 11/15/2021 | |
| 1.2.0 | 650 | 10/24/2021 | |
| 1.1.0.3 | 958 | 10/8/2021 | |
| 1.1.0.1 | 587 | 10/8/2021 | |
| 1.0.0.1 | 649 | 11/27/2020 | |
| 1.0.0 | 649 | 11/17/2020 |