Skip to content

Commit d364160

Browse files
HongNguyen635thst-nordic
authored andcommitted
index: Add Hubble Device SDK to NCS App Index
Add Hubble Device SDK to NCS Add-on which allows devices using NCS to connect to Hubble Terrestrial and Satellite Networks. Signed-off-by: Hong Nguyen <hong@hubble.com>
1 parent 63d1783 commit d364160

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

index/HubbleNetwork.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Hubble Network",
3+
"description": "Hubble Network provides infrastructure-less global connectivity for Bluetooth Low Energy (LE) devices over its Terrestrial Network of 100M+ gateways and its Satellite Network, delivering device location and data anywhere.",
4+
"avatar": "https://avatars.githubusercontent.com/u/92760739?s=48&v=4",
5+
"contact": {
6+
"devzoneUsername": "Hubble Network Support",
7+
"email": "support@hubble.com"
8+
},
9+
"apps": [
10+
{
11+
"name": "hubble-device-sdk",
12+
"title": "Hubble Device SDK",
13+
"description": "On-device SDK for connecting firmware to Hubble's Terrestrial (Bluetooth Low Energy) and Satellite Networks, built on a modular architecture that ports across RTOSes and hardware.",
14+
"repo": "https://github.com/HubbleNetwork/hubble-device-sdk",
15+
"docsUrl": "https://HubbleNetwork.github.io/hubble-device-sdk/main/",
16+
"manifest": "west-ncs.yml",
17+
"kind": "sample",
18+
"tags": ["bluetooth","ble","connectivity"],
19+
"license": "Apache License 2.0",
20+
"apps": "samples/zephyr/*",
21+
"releases": [
22+
{
23+
"date": "2026-08-07T04:50:26Z",
24+
"name": "Hubble Device SDK v3.0.0",
25+
"sdk": "v3.4.0",
26+
"tag": "v3.0.0"
27+
}
28+
]
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)