/network-rc

树莓派网络遥控车

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Network RC - Remote Control Car Software For Raspberry Pi

中文

Network RC' feature:

  • low-latency control and network video transmission
  • 27 custom channels(PWM or Height/Low)
  • touch, gamepad, keyboard, RC transmitter
  • real-time listening and voice sending
  • repoviding NAT traverse
  • voice broadcast
  • playing audio
  • remote shared

Dependence

  • ffmpeg: Please make sure ffmpeg is installed,This installation method is sudo apt install ffmpeg -y
  • nodejs

Note:Not comparible with lastest Raspberry Pi system, please use this version: http://downloads.raspberrypi.org/raspbian/images/raspbian-2020-02-07/

Install

bash <(curl -sL https://network-rc.esonwong.com/download/install.sh)

Guide

Development

git clone https://github.com/itiwll/network-rc.git
cd network-rc/front-end
yarn # or npm install
yarn build # or npm run build
cd ..
yarn # or npm install
sudo node index.js

打开 http://[your raspberry pi's ip adress]:8080

Usage

# 基本使用
node index.js

# 设置密码
node index.js -p password

# 启用网络穿透
node index.js -f -o 9088 --tsl

# 自定义网络穿透服务器
node index.js -f -o 9088 --frpServer xxxxxxxxxx --frpServerPort xxx --frpServerToken xxxxx

Circuit Diagram

GPIO

Downloads

Social Group

Wechat Group

How to join a group: add personal WeChat account EsonWong_, remark Network RC.

Telegram Group

Link

Donate

Paypal Donate Link WeChat Donate QR Code Paypal Donate QR Code

Links

Credits