Difference between revisions of "IoT Gateway with Docker Service"
From ESS-WIKI
Eric.liang (talk | contribs) |
Eric.liang (talk | contribs) |
||
| Line 40: | Line 40: | ||
git clone --branch deploy-v2.0.1 [https://github.com/ADVANTECH-Corp/docker-igw-image-x86 https://github.com/ADVANTECH-Corp/docker-igw-image-x86] | git clone --branch deploy-v2.0.1 [https://github.com/ADVANTECH-Corp/docker-igw-image-x86 https://github.com/ADVANTECH-Corp/docker-igw-image-x86] | ||
| − | ./ | + | cd docker-compose |
| + | |||
| + | ./deploy.sh | ||
Revision as of 08:16, 7 February 2017
Requirment
x86_64 Linux OS
Docker Engine
Version
v2.0.1 - 2016-12-06
| Item | EIS Container Service | Description |
| 1 | mqtt-bus | It is communication channel for container |
| 2 | api-gw | It provides “WSN REST API” service in container |
| 3 | wsn-simulator | It simulates wireless sensor hub device, wsn connectivity, and sensor data and publish to MQTT bus by WISESnail SDK |
| 4 | wisesnail-lib | This container provides WISESnail SDK and sample code for help developing new wireless sensor network (ex: Bluetooth…) integrate with EIS SW system |
How to deploy EIS SW Service
git clone --branch deploy-v2.0.1 https://github.com/ADVANTECH-Corp/docker-igw-image-x86
cd docker-compose
./deploy.sh