OAmbre / gateway-go

🎁GateWay Client for OpenIoTHub[云易连访问内网端口和设备的网关]

Home Page:http://github.com/OpenIoTHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gateway-go

Build Status

You can install the pre-compiled binary (in several different ways), use Docker.

Here are the steps for each of them:

Install the pre-compiled binary

homebrew tap :

$ brew install OpenIoTHub/tap/gateway-go

homebrew (may not be the latest version):

$ brew install gateway-go

snapcraft:

$ sudo snap install gateway-go

scoop:

$ scoop bucket add OpenIoTHub https://github.com/OpenIoTHub/scoop-bucket.git
$ scoop install gateway-go

deb/rpm:

Download the .deb or .rpm from the releases page and install with dpkg -i and rpm -i respectively.

Shell script:

$ curl -sfL https://install.goreleaser.com/github.com/OpenIoTHub/gateway-go.sh | sh

manually:

Download the pre-compiled binaries from the releases page and copy to the desired location.

Running with Docker

You can also use it within a Docker container. To do that, you'll need to execute something more-or-less like the following:

$ docker run openiothub/gateway:latest

Note that the image will almost always have the last stable Go version.

About

🎁GateWay Client for OpenIoTHub[云易连访问内网端口和设备的网关]

http://github.com/OpenIoTHub

License:MIT License


Languages

Language:Go 78.3%Language:Batchfile 14.8%Language:Shell 4.3%Language:Ruby 2.0%Language:Dockerfile 0.7%