https://github.com/jollen/lks7688-iot-gateway
https://github.com/jollen/lks7688-iot-gateway
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jollen/lks7688-iot-gateway
- Owner: jollen
- Created: 2017-09-16T02:40:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T03:47:14.000Z (over 8 years ago)
- Last Synced: 2025-12-26T21:53:10.513Z (5 months ago)
- Language: JavaScript
- Size: 2.16 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Quick Start
SSH to LinkIt Smart 7688:
```
$ ssh root@mylinkit.local
```
Download ```lks7688-iot-gateway``` and start the websocket broker server:
```
# git clone --depth 1 https://github.com/jollen/lks7688-iot-gateway.git
# export HOST=
# node --harmony index.js
```
## Notice
* You dont have to ```npm install``` since all npms were already *bundled* (pre-donwloaded) in the project.
* You have to run Node.js in the harmony mode since LinkIt Smart 7688 has and only has Node.js 0.12.