Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cooclsee/thingsboard-gateway-docker
https://github.com/cooclsee/thingsboard-gateway-docker
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cooclsee/thingsboard-gateway-docker
- Owner: cooclsee
- Created: 2018-06-21T02:58:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T00:41:48.000Z (over 5 years ago)
- Last Synced: 2024-08-01T18:27:08.870Z (3 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thingsboard IoT Gateway
### Documentation
Thingsboard IoT Gateway documentation is hosted on [thingsboard.io](https://thingsboard.io/docs/iot-gateway/).
### Getting Started
```bash
docker run \
--name tb-gateway \
-e GATEWAY_HOST=YOUR_TB_HOST \
-e GATEWAY_ACCESS_TOKEN=YOURT_TB_GATEWAY_TOKEN \
cooclsee/tb-gateway
```