An open API service indexing awesome lists of open source software.

https://github.com/muka/device-manager


https://github.com/muka/device-manager

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

[![Go Report Card](https://goreportcard.com/badge/github.com/muka/device-manager)](https://goreportcard.com/report/github.com/muka/device-manager)

# AGILE Device Manager service

An AGILE [DeviceManager](http://agile-iot.github.io/agile-api-spec/docs/html/api.html#iot_agile_DeviceManager) implementation.

***Currently under development***

##Requisites

- Go (>= v1.6) installed
- [Glide](https://github.com/Masterminds/glide) dependency manager

##Installation

- Clone the repository
- run `glide install` to sync the dependencies
- `go build`

##Running

Running the server
`./device-manager server`

Running the client (Currently just create a new Device instance)
`./device-manager client`

##License

MIT