-
Notifications
You must be signed in to change notification settings - Fork 14
Supported platform
blue chen edited this page Jun 27, 2017
·
4 revisions
| OS | Device | |
|---|---|---|
| Mac | any | |
| Windows | support Xp, vista, 7, 10 | |
| Android | OPPO R9, Sony XperiaXA, MEIZU pro6, 紅米. | MTK inside chip |
| Linux | AWS EC2, c9cloud, heroku | |
| Developement board | Linkit smart 7688, Raspberry, WRTnode2R, Nvidia TX1 | |
| Router | Xiaomi router3 |
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
sudo apt-get install ffmpeg
sudo npm install forever -g
wget
tar -xvf ./cloud.tar && cd cloud
forever start sever.js
- Prepare a SD card.
- Download this file
- Copy this file to your SD card, and put SD card into your 7688. (ps. you should finish your LinkIt smart 7688 getting start tutorial first.)
- ssh into your 7688, and open the SD card folder:
cd /Media/SD-P1
tar -xvf ./7688.tar
- Running MCS-Lite server
node server
- Enjoy it!
- You should finish your Nvidia tx-1 getting start tutorial first.
- Go to your ubuntu desktop, and open a terminal.
- Install Node.js, please input the following content to your terminal:
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
- Download mcs-lite for Nividia package:
wget http://
tar -xvf ./app.tar &&
- Running MCS-Lite server
node server
- Enjoy it!