From c3da52e3b50b35aee544dd811404aa2ab5def789 Mon Sep 17 00:00:00 2001 From: Adrian Stevens Date: Tue, 27 Feb 2024 12:22:50 -0800 Subject: [PATCH] Release 1.9.0 --- .../PadPulsM2/Driver/PadPulsM2.csproj | 2 +- .../RelayMBus/PadPulsM2/Driver/Readme.md | 26 +++++++++++++++++-- .../IEM3135/Driver/IEM3135.csproj | 2 +- .../IEM3135/Driver/Readme.md | 26 +++++++++++++++++-- Source/Driver/Meadow.MBus.csproj | 4 +-- Source/Driver/Readme.md | 26 +++++++++++++++++-- .../MBus_Desktop_Sample.csproj | 2 +- 7 files changed, 77 insertions(+), 11 deletions(-) diff --git a/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj b/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj index e8bd23c..8dc1315 100644 --- a/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj +++ b/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj @@ -1,7 +1,7 @@ - 1.8.0 + 1.9.0 Readme.md netstandard2.1 enable diff --git a/Source/Devices/RelayMBus/PadPulsM2/Driver/Readme.md b/Source/Devices/RelayMBus/PadPulsM2/Driver/Readme.md index cc0d2e9..bbe765c 100644 --- a/Source/Devices/RelayMBus/PadPulsM2/Driver/Readme.md +++ b/Source/Devices/RelayMBus/PadPulsM2/Driver/Readme.md @@ -2,14 +2,19 @@ **A library for interrfacing with the Relay M-Bus PadPulsM2 pulse counter over M-Bus** -The **PadPulsM2** library is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform and is part of [Meadow.Foundation](https://developer.wildernesslabs.co/Meadow/Meadow.Foundation/). +The **PadPulsM2** library is included in the **Meadow.Foundation.MBus.RelayMBus.PadPulsM2** nuget package and is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform. -The **Meadow.Foundation** peripherals library is an open-source repository of drivers and libraries that streamline and simplify adding hardware to your C# .NET Meadow IoT application. +This driver is part of the [Meadow.Foundation](https://developer.wildernesslabs.co/Meadow/Meadow.Foundation/) peripherals library, an open-source repository of drivers and libraries that streamline and simplify adding hardware to your C# .NET Meadow IoT applications. For more information on developing for Meadow, visit [developer.wildernesslabs.co](http://developer.wildernesslabs.co/). To view all Wilderness Labs open-source projects, including samples, visit [github.com/wildernesslabs](https://github.com/wildernesslabs/). +## Installation + +You can install the library from within Visual studio using the the NuGet Package Manager or from the command line using the .NET CLI: + +`dotnet add package Meadow.Foundation.MBus.RelayMBus.PadPulsM2` ## How to Contribute - **Found a bug?** [Report an issue](https://github.com/WildernessLabs/Meadow_Issues/issues) @@ -20,3 +25,20 @@ To view all Wilderness Labs open-source projects, including samples, visit [gith ## Need Help? If you have questions or need assistance, please join the Wilderness Labs [community on Slack](http://slackinvite.wildernesslabs.co/). +## About Meadow + +Meadow is a complete, IoT platform with defense-grade security that runs full .NET applications on embeddable microcontrollers and Linux single-board computers including Raspberry Pi and NVIDIA Jetson. + +### Build + +Use the full .NET platform and tooling such as Visual Studio and plug-and-play hardware drivers to painlessly build IoT solutions. + +### Connect + +Utilize native support for WiFi, Ethernet, and Cellular connectivity to send sensor data to the Cloud and remotely control your peripherals. + +### Deploy + +Instantly deploy and manage your fleet in the cloud for OtA, health-monitoring, logs, command + control, and enterprise backend integrations. + + diff --git a/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj b/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj index 31cb664..794572d 100644 --- a/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj +++ b/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj @@ -1,7 +1,7 @@ - 1.8.0 + 1.9.0 Readme.md netstandard2.1 enable diff --git a/Source/Devices/SchneiderElectric/IEM3135/Driver/Readme.md b/Source/Devices/SchneiderElectric/IEM3135/Driver/Readme.md index 7bceb69..9e95216 100644 --- a/Source/Devices/SchneiderElectric/IEM3135/Driver/Readme.md +++ b/Source/Devices/SchneiderElectric/IEM3135/Driver/Readme.md @@ -2,14 +2,19 @@ **A library for interrfacing with the Schneider Electric iEM3135 electric meter over M-Bus** -The **IEM3135** library is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform and is part of [Meadow.Foundation](https://developer.wildernesslabs.co/Meadow/Meadow.Foundation/). +The **IEM3135** library is included in the **Meadow.Foundation.MBus.SchneiderElectric.IEM3135** nuget package and is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform. -The **Meadow.Foundation** peripherals library is an open-source repository of drivers and libraries that streamline and simplify adding hardware to your C# .NET Meadow IoT application. +This driver is part of the [Meadow.Foundation](https://developer.wildernesslabs.co/Meadow/Meadow.Foundation/) peripherals library, an open-source repository of drivers and libraries that streamline and simplify adding hardware to your C# .NET Meadow IoT applications. For more information on developing for Meadow, visit [developer.wildernesslabs.co](http://developer.wildernesslabs.co/). To view all Wilderness Labs open-source projects, including samples, visit [github.com/wildernesslabs](https://github.com/wildernesslabs/). +## Installation + +You can install the library from within Visual studio using the the NuGet Package Manager or from the command line using the .NET CLI: + +`dotnet add package Meadow.Foundation.MBus.SchneiderElectric.IEM3135` ## How to Contribute - **Found a bug?** [Report an issue](https://github.com/WildernessLabs/Meadow_Issues/issues) @@ -20,3 +25,20 @@ To view all Wilderness Labs open-source projects, including samples, visit [gith ## Need Help? If you have questions or need assistance, please join the Wilderness Labs [community on Slack](http://slackinvite.wildernesslabs.co/). +## About Meadow + +Meadow is a complete, IoT platform with defense-grade security that runs full .NET applications on embeddable microcontrollers and Linux single-board computers including Raspberry Pi and NVIDIA Jetson. + +### Build + +Use the full .NET platform and tooling such as Visual Studio and plug-and-play hardware drivers to painlessly build IoT solutions. + +### Connect + +Utilize native support for WiFi, Ethernet, and Cellular connectivity to send sensor data to the Cloud and remotely control your peripherals. + +### Deploy + +Instantly deploy and manage your fleet in the cloud for OtA, health-monitoring, logs, command + control, and enterprise backend integrations. + + diff --git a/Source/Driver/Meadow.MBus.csproj b/Source/Driver/Meadow.MBus.csproj index f1d6b16..f3f65db 100644 --- a/Source/Driver/Meadow.MBus.csproj +++ b/Source/Driver/Meadow.MBus.csproj @@ -1,7 +1,7 @@ - 1.8.0 + 1.9.0 Readme.md Wilderness Labs, Inc Apache-2.0 @@ -25,7 +25,7 @@ - + diff --git a/Source/Driver/Readme.md b/Source/Driver/Readme.md index 34e4dd7..f661a67 100644 --- a/Source/Driver/Readme.md +++ b/Source/Driver/Readme.md @@ -2,14 +2,19 @@ **A Library for using M-Bus Communication** -The **Meadow.Foundation.MBus** library is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform and is part of [Meadow.Foundation](https://developer.wildernesslabs.co/Meadow/Meadow.Foundation/). +The **Meadow.Foundation.MBus** library is included in the **Meadow.Foundation.MBus** nuget package and is designed for the [Wilderness Labs](www.wildernesslabs.co) Meadow .NET IoT platform. -The **Meadow.Foundation** peripherals library is an open-source repository of drivers and libraries that streamline and simplify adding hardware to your C# .NET Meadow IoT application. +This driver is part of the [Meadow.Foundation](https://developer.wildernesslabs.co/Meadow/Meadow.Foundation/) peripherals library, an open-source repository of drivers and libraries that streamline and simplify adding hardware to your C# .NET Meadow IoT applications. For more information on developing for Meadow, visit [developer.wildernesslabs.co](http://developer.wildernesslabs.co/). To view all Wilderness Labs open-source projects, including samples, visit [github.com/wildernesslabs](https://github.com/wildernesslabs/). +## Installation + +You can install the library from within Visual studio using the the NuGet Package Manager or from the command line using the .NET CLI: + +`dotnet add package Meadow.Foundation.MBus` ## How to Contribute - **Found a bug?** [Report an issue](https://github.com/WildernessLabs/Meadow_Issues/issues) @@ -20,3 +25,20 @@ To view all Wilderness Labs open-source projects, including samples, visit [gith ## Need Help? If you have questions or need assistance, please join the Wilderness Labs [community on Slack](http://slackinvite.wildernesslabs.co/). +## About Meadow + +Meadow is a complete, IoT platform with defense-grade security that runs full .NET applications on embeddable microcontrollers and Linux single-board computers including Raspberry Pi and NVIDIA Jetson. + +### Build + +Use the full .NET platform and tooling such as Visual Studio and plug-and-play hardware drivers to painlessly build IoT solutions. + +### Connect + +Utilize native support for WiFi, Ethernet, and Cellular connectivity to send sensor data to the Cloud and remotely control your peripherals. + +### Deploy + +Instantly deploy and manage your fleet in the cloud for OtA, health-monitoring, logs, command + control, and enterprise backend integrations. + + diff --git a/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj b/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj index 49dcae6..226cb80 100644 --- a/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj +++ b/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj @@ -8,7 +8,7 @@ - +