This is the middleware HTTP server to communicate between the IOT device and Controller.
- Install
go get bitbucket.org/nihanthd/optimus/...
-
Development
- Clone
git clone https://bitbucket.org/nihanthd/optimus.git - To get the dependencies
dep ensure - To build
cd cmd/optimus && go build - To run
./optimus -c ../../config.yamlgo get github.com/nihanthd/optimus/...
- Clone
-
Development
- Clone
git clone https://github.com/nihanthd/optimus.git - To get the dependencies
dep ensure - To build
cd cmd/optimus && go build - To run
./optimus -c ../../config.yaml
- Clone
- Uber fx (https://github.com/uber-go/fx)
- Echo (https://github.com/labstack/echo)
- go-rpio (https://github.com/stianeikeland/go-rpio)