Commit a93754e
committed
library: first implementation of the Digi XBee C# Library
The original project has been split in two modules:
- XBeeLibrary.Core: contains all the common code for any platform.
- XBeeLibrary.Xamarin: contains the necessary APIs to develop
cross-platform mobile applications with Xamarin to communicate with XBee
devices over Bluetooth Low Energy.
Signed-off-by: Diego Escalona <[email protected]>
Signed-off-by: Ruben Moral <[email protected]>
Signed-off-by: Hector Gonzalez <[email protected]>1 parent 45bbf58 commit a93754e
File tree
481 files changed
+74102
-17537
lines changed- XBeeLibrary.Core
- Connection
- Events
- Relay
- Exceptions
- IO
- Models
- Packet
- Bluetooth
- Cellular
- Common
- IP
- Raw
- Relay
- Tools
- Utils
- Logger
- libs
- XBeeLibrary.Xamarin
- Connection/Bluetooth
- XBeeLibrary
- Connection
- Serial
- Exceptions
- IO
- Listeners
- Models
- Packet
- Common
- raw
- Properties
- docs
- api
- articles
- images
- templates
- fonts
- layout
- partials
- styles
- examples/xamarin
- BleConfigurationSample
- BleConfigurationSample.Android
- Assets
- Properties
- Resources
- drawable
- layout
- values
- BleConfigurationSample.iOS
- Assets.xcassets/AppIcon.appiconset
- Properties
- Resources
- BleConfigurationSample
- Models
- Pages
- ViewModels
- BleMicroPythonSample
- BleMicroPythonSample.Android
- Assets
- Properties
- Resources
- drawable
- layout
- values
- BleMicroPythonSample.iOS
- Assets.xcassets/AppIcon.appiconset
- Properties
- Resources
- BleMicroPythonSample
- Models
- Pages
- ViewModels
- BleMicrocontrollerSample
- BleMicrocontrollerSample.Android
- Assets
- Properties
- Resources
- drawable
- layout
- values
- BleMicrocontrollerSample.iOS
- Assets.xcassets/AppIcon.appiconset
- Properties
- Resources
- BleMicrocontrollerSample
- Models
- Pages
- ViewModels
- RelayConsoleSample
- RelayConsoleSample.Android
- Assets
- Properties
- Resources
- drawable
- layout
- values
- RelayConsoleSample.iOS
- Assets.xcassets/AppIcon.appiconset
- Properties
- Resources
- RelayConsoleSample
- Models
- Pages
- ViewModels
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
481 files changed
+74102
-17537
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
12 | | - | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
15 | 25 | | |
16 | 26 | | |
17 | 27 | | |
| |||
26 | 36 | | |
27 | 37 | | |
28 | 38 | | |
| 39 | + | |
29 | 40 | | |
30 | 41 | | |
31 | 42 | | |
| |||
34 | 45 | | |
35 | 46 | | |
36 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
37 | 57 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
41 | 69 | | |
42 | 70 | | |
43 | | - | |
44 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
0 commit comments