@@ -11,13 +11,23 @@ the common code for any platform, and **XBeeLibrary.Xamarin**, which contains
11
11
the necessary APIs to develop multi-platform mobile applications with Xamarin
12
12
to communicate with XBee devices over Bluetooth Low Energy.
13
13
14
+ > [ !WARNING]
15
+ > Official support for Xamarin ended on May 1, 2024. So, XBee Library for
16
+ > Xamarin has been deprecated in favor of ** Digi IoT Library for .NET MAUI** .
17
+ > To develop multi-platform mobile applications that communicate with Digi XBee
18
+ > devices over Bluetooth Low Energy, use our new
19
+ > [ Digi IoT Library for .NET MAUI] ( https://github.com/digidotcom/digi-iot-maui ) .
20
+ >
21
+ > For more information about developing Bluetooth Low Energy Mobile apps for
22
+ > Digi XBee devices, see the [ Digi IoT Mobile SDK User Guide] ( https://www.digi.com/resources/documentation/digidocs/90002568 )
23
+
14
24
The project includes the C# source code and multiple examples that show how to
15
25
use the available APIs. The examples are also available in source code format.
16
26
17
27
The main features of the library include:
18
28
19
- * Support for ZigBee, 802.15.4, DigiMesh, Point-to-Multipoint and Cellular
20
- XBee devices.
29
+ * Support for ZigBee, 802.15.4, DigiMesh, Point-to-Multipoint, Cellular and
30
+ BLU XBee devices.
21
31
* Support for API and API escaped operating modes.
22
32
* Support for communicating with XBee devices over Bluetooth Low Energy
23
33
(XBeeLibrary.Xamarin).
@@ -64,7 +74,7 @@ document.
64
74
65
75
## License
66
76
67
- Copyright 2019-2022 , Digi International Inc.
77
+ Copyright 2019-2024 , Digi International Inc.
68
78
Copyright 2014-2015, Sébastien RAULT.
69
79
70
80
This Source Code Form is subject to the terms of the Mozilla Public
0 commit comments