-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ on: | |
branches: [ "master", "dev" ] | ||
paths: | ||
- 'samples/**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# MQTTnet.Exntensions.MultiCloud Samples | ||
|
||
This folder contains sample projects with devices that can be connected to multiple MQTT endpoints | ||
|
||
>Note: All samples must be run with the `ConnectionStrings__cs` envvar, or as CLI argument `/ConnectionStrings:cs` . There are sample connection strings in the launchSettings.json.template to use as `dotnet run --launch-profile` | ||
## memmon | ||
|
||
The legendary Memory Monitor implemented for Broker, IoTHub and AWS. | ||
|
||
Docker image available as `ghcr.io/iotmodes/memmon:x64` | ||
|
||
## pi-sense-device | ||
|
||
Using the sensors available from the PiSenseHat, implementing the model https://iotmodels.github.io/dmr/dtmi/com/example/devicetemplate-1.json | ||
|
||
Docker image avaialble as ` ghcr.io/iotmodels/pi-sense-device:x64` | ||
|
||
## mqtt-device | ||
|
||
Implements a sample `DeviceTemplate` model, targets Hub and Broker | ||
|
||
## iothub-sample | ||
|
||
Shows how to use the `AzureIoTClient` to connect to Azure IoT Hub and DPS using `HubMqttClient` (untyped APIs) |