forked from Azure/azure-iot-sdks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
25 lines (25 loc) · 861 Bytes
/
.gitmodules
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
[submodule "c/azure-c-shared-utility"]
path = c/c-utility
url = https://github.com/Azure/azure-c-shared-utility.git
[submodule "c/azure-umqtt-c"]
path = c/umqtt
url = https://github.com/Azure/azure-umqtt-c.git
branch = develop
[submodule "c/azure-uamqp-c"]
path = c/uamqp
url = https://github.com/Azure/azure-uamqp-c.git
branch = master
[submodule "c/parson"]
path = c/parson
url = https://github.com/kgabis/parson
[submodule "csharp/device/external_modules/dotnetty"]
path = csharp/device/external_modules/dotnetty
url = https://github.com/Azure/DotNetty.git
branch = dev
[submodule "c/iothub_service_client/parson"]
path = c/iothub_service_client/parson
url = https://github.com/kgabis/parson
[submodule "tools/device-discovery-cli"]
path = tools/device-discovery-cli
url = https://github.com/Azure/device-discovery-cli.git
branch = develop