https://github.com/muka/device-manager
https://github.com/muka/device-manager
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muka/device-manager
- Owner: muka
- License: mit
- Created: 2016-07-18T13:57:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T15:30:21.000Z (over 8 years ago)
- Last Synced: 2025-02-05T04:49:31.214Z (4 months ago)
- Language: Go
- Size: 3.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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