https://github.com/conorpp/http-rover
Internet-controlled rover.
https://github.com/conorpp/http-rover
Last synced: about 1 month ago
JSON representation
Internet-controlled rover.
- Host: GitHub
- URL: https://github.com/conorpp/http-rover
- Owner: conorpp
- Created: 2013-11-07T02:08:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-02T19:36:10.000Z (about 12 years ago)
- Last Synced: 2025-02-21T19:21:40.357Z (over 1 year ago)
- Language: JavaScript
- Size: 2.11 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
http-rover
==========
Internet-controlled rover.
## To install
`git clone https://github.com/conorpp/http-rover`
### Install nodejs with npm (node package manager) on your system
### Install node packages for rover
`sudo npm install serialport`
`sudo apt-get install libasound2-dev && sudo npm install speaker`
`sudo apt-get install redis-server && sudo npm install redis`
## To run
`node control.js`
## To run without audio or video stream
`node control.js nostream noaudio`
### You must install ffmpeg for your system for video to work.
system