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.
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 ./...
go run cmd/management/main.go
The service uses a settings.yaml file for configuration.
Before contributing you should sign Canonical's contributor agreement, it’s the easiest way for you to give us permission to use your contributions.