Skip to content

Supported platform

blue chen edited this page Jun 27, 2017 · 4 revisions

Support List

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

AWS EC2 (ubuntu 16.02)

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

Support MTK Inside

Support MTK Inside Android phone

List: OPPO R9, Sony XperiaXA, MEIZU pro6, 紅米.

Support develop boards

LinkIt smart 7688

  • 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!

Nvidia TX-1

  • 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!

Raspberry pi3