- Ubuntu 14.04, Node.js 5.5.0, npm 3.3.12
edit config/default.json
and config/log.json
cd server
npm install
npm start
cd remote_node
npm install
sudo npm start <mode> # sudo is needed for serial.
# and <mode> is defined in `config/default.json`
- Usable admin page.
- Adaptive frame event on client.
- Camera image rotation and arbitrary ratio.
- Use config for some settings.
- Say command (or some tts) on io_node
- Chat application.
- Encryption (express and socket.io).