cgrrty / network-rc

Remote Control Car Software For Raspberry Pi

Home Page:https://itiwll.github.io/network-rc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network RC - Remote Control Car Software For Raspberry Pi

中文

Network RC' feature:

  • low-latency control and network videotransmission
  • 27 custom channels(PWM or Height/Low)
  • multiple cameras
  • touch, gamepad, keyboard, RC transmitter
  • real-time listening and voice sending/two-way voice call
  • server or RTC transmission, auto switch
  • voice broadcast
  • playing audio
  • remote shared

Dependence

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

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

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

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

About

Remote Control Car Software For Raspberry Pi

https://itiwll.github.io/network-rc

License:Apache License 2.0


Languages

Language:JavaScript 93.9%Language:Shell 3.0%Language:CSS 1.8%Language:HTML 0.8%Language:SCSS 0.5%