Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vitaly-kashtalyan/go_relays_switch

You can manage on the hlk-sw16 via a simple server. 
https://github.com/vitaly-kashtalyan/go_relays_switch

docker dockerfile gin gin-gonic go golang hlk-sw16 relay

Last synced: about 3 hours ago
JSON representation

You can manage on the hlk-sw16 via a simple server. 

Awesome Lists containing this project

README

        

# HLK-SW16 server
[![Build Status](https://www.travis-ci.org/vitaly-kashtalyan/go_relays_switch.svg?branch=master)](https://www.travis-ci.org/vitaly-kashtalyan/go_relays_switch)

## Description:
You can manage on the hlk-sw16 via a simple server. 

### Install package:
``` bash
go get -u github.com/vitaly-kashtalyan/go_relays_switch
```
You can also manually git clone the repository to:
``` bash
$GOPATH/src/github.com/vitaly-kashtalyan/go_relays_switch
```

### Docker:
Execute the command for build and run container:
```bash
docker build . -t go-relays-switch
docker run -i -t -p 8082:8082 --restart always go-relays-switch
```
or

```bash
$ ./run.sh
```