All Projects → canonical → iot-management

canonical / iot-management

Licence: AGPL-3.0 license
IoT Management Service

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language

Build Status Go Report Card codecov

IoT Management Service

The Management service is the end-user web interface to monitor and manage IoT devices. The service integrates with the IoT Identity and IoT Device Twin services to provide device management for Ubuntu devices.

Design

IoT Management Solution Overview

Build

The project uses go module and it is recommended to use go 1.13.

$ go get github.com/canonical/iot-management
$ cd iot-management
$ go build ./...

Run

go run cmd/management/main.go

The service uses a settings.yaml file for configuration.

Contributing

Before contributing you should sign Canonical's contributor agreement, it’s the easiest way for you to give us permission to use your contributions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].