From ed9f2feff24d53384300aa9f5ae40fe36de768ad Mon Sep 17 00:00:00 2001 From: Chris Gammell Date: Tue, 31 Oct 2023 10:09:57 -0400 Subject: [PATCH 1/2] add golioth.json to the ncs index --- index/golioth.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/golioth.json diff --git a/index/golioth.json b/index/golioth.json new file mode 100644 index 0000000..5d460a2 --- /dev/null +++ b/index/golioth.json @@ -0,0 +1,27 @@ +{ + "name": "golioth", + "description": "Golioth Cloud platform, which includes a device SDK, example code, and Reference Designs", + "apps": [ + { + "name": "reference-design-template", + "title": "The Golioth Reference Design template", + "description": "This starter project is a standalone application that includes databases (both stateful and time-based), Over-the-air update capabilities, settings service, remote procedure calls (RPCs)", + "kind": "template", + "tags": ["dfu","lte"] + }, + { + "name": "reference-design-can-asset-tracker", + "title": "CAN / OBD-II Asset Tracker Reference Design", + "description": "This Reference Design requires external hardware on top of an nRF9160-DK (see https://projects.golioth.io/reference-designs/can-asset-tracker/guide-nrf9160-dk/), but includes all code required to pass messages received on a CAN bus back to the Cloud, as well as regular GPS readings. Over-the-air updats are built in.", + "kind": "template", + "tags": ["dfu","lte"] + }, + { + "name": "reference-design-air-quality", + "title": "Air Quality Monitor Reference Design", + "description": "This Reference Design requires external hardware on top of an nRF9160-DK (see https://projects.golioth.io/reference-designs/air-quality-monitor/guide-nrf9160-dk), but includes all code required to monitor readings from connected air quality sensors and pass back to the Cloud. Includes remote procedure call to clean sensor, and Over-the-air updats are built in.", + "kind": "template", + "tags": ["dfu","lte"] + } + ] +} From bb08728fb069bb9234068f92d3f34c1b60c455f3 Mon Sep 17 00:00:00 2001 From: Trond Einar Snekvik Date: Tue, 31 Oct 2023 18:12:34 +0100 Subject: [PATCH 2/2] Fix typo in description --- index/golioth.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index/golioth.json b/index/golioth.json index 5d460a2..ec83cf7 100644 --- a/index/golioth.json +++ b/index/golioth.json @@ -12,14 +12,14 @@ { "name": "reference-design-can-asset-tracker", "title": "CAN / OBD-II Asset Tracker Reference Design", - "description": "This Reference Design requires external hardware on top of an nRF9160-DK (see https://projects.golioth.io/reference-designs/can-asset-tracker/guide-nrf9160-dk/), but includes all code required to pass messages received on a CAN bus back to the Cloud, as well as regular GPS readings. Over-the-air updats are built in.", + "description": "This Reference Design requires external hardware on top of an nRF9160-DK (see https://projects.golioth.io/reference-designs/can-asset-tracker/guide-nrf9160-dk/), but includes all code required to pass messages received on a CAN bus back to the Cloud, as well as regular GPS readings. Over-the-air updates are built in.", "kind": "template", "tags": ["dfu","lte"] }, { "name": "reference-design-air-quality", "title": "Air Quality Monitor Reference Design", - "description": "This Reference Design requires external hardware on top of an nRF9160-DK (see https://projects.golioth.io/reference-designs/air-quality-monitor/guide-nrf9160-dk), but includes all code required to monitor readings from connected air quality sensors and pass back to the Cloud. Includes remote procedure call to clean sensor, and Over-the-air updats are built in.", + "description": "This Reference Design requires external hardware on top of an nRF9160-DK (see https://projects.golioth.io/reference-designs/air-quality-monitor/guide-nrf9160-dk), but includes all code required to monitor readings from connected air quality sensors and pass back to the Cloud. Includes remote procedure call to clean sensor, and Over-the-air updates are built in.", "kind": "template", "tags": ["dfu","lte"] }