canonical / iot-management

IoT Management Service
GNU Affero General Public License v3.0
22 stars 9 forks source link

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.