Skip to content

cellinlab/network-rc

 
 

Repository files navigation

Network RC - Remote Control Car Software For Raspberry Pi

中文 | Docs

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, sudo apt install ffmpeg -y
  • pulseaudio:
    sudo apt install pulseaudio -y
    sudo apt install libpulse-dev -y
  • nodejs

Install

bash <(curl -sL https://download.esonwong.com/network-rc/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

Network Remote Control Car Software For Raspberry Pi.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.7%
  • Less 1.5%
  • Shell 1.4%
  • Other 1.4%