Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add golioth.json to the ncs index #18

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions index/golioth.json
Original file line number Diff line number Diff line change
@@ -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.",
trond-snekvik marked this conversation as resolved.
Show resolved Hide resolved
"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.",
trond-snekvik marked this conversation as resolved.
Show resolved Hide resolved
"kind": "template",
"tags": ["dfu","lte"]
}
]
}