From dd55f519d257fd720d7db604d70bc5657180e3b5 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Fri, 16 Aug 2024 07:42:29 +0200 Subject: [PATCH] Links to related libraries --- README.md | 17 +++++++++++++++++ moustache/README.mo | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/README.md b/README.md index 944c8377..47b0931a 100644 --- a/README.md +++ b/README.md @@ -186,3 +186,20 @@ re-upload the image or manually determine where to start. ## License This library is licensed under the Apache 2.0 license. For more info, see the `LICENSE` file. + +## Related libraries + +### Flutter + +Flutter version of this library is available [here](https://github.com/NordicSemiconductor/Flutter-nRF-Connect-Device-Manager) +and released as [mcumgr_flutter](https://pub.dev/packages/mcumgr_flutter) on pub.dev. + +### .NET MAUI + +.NET MAUI (old Xamarin) version of this library is available [here](https://github.com/Laerdal/Laerdal.McuMgr) +and released as [Laerdal.McuMgr](https://www.nuget.org/packages/Laerdal.McuMgr) on NuGet. + +### React Native + +As of now we are not aware of any React Native library that supports McuManager protocol. +If you are interested in creating one, please let us know and we will link it here. \ No newline at end of file diff --git a/moustache/README.mo b/moustache/README.mo index f28b813e..4fcff97b 100644 --- a/moustache/README.mo +++ b/moustache/README.mo @@ -186,3 +186,20 @@ re-upload the image or manually determine where to start. ## License This library is licensed under the Apache 2.0 license. For more info, see the `LICENSE` file. + +## Related libraries + +### Flutter + +Flutter version of this library is available [here](https://github.com/NordicSemiconductor/Flutter-nRF-Connect-Device-Manager) +and released as [mcumgr_flutter](https://pub.dev/packages/mcumgr_flutter) on pub.dev. + +### .NET MAUI + +.NET MAUI (old Xamarin) version of this library is available [here](https://github.com/Laerdal/Laerdal.McuMgr) +and released as [Laerdal.McuMgr](https://www.nuget.org/packages/Laerdal.McuMgr) on NuGet. + +### React Native + +As of now we are not aware of any React Native library that supports McuManager protocol. +If you are interested in creating one, please let us know and we will link it here.