kevinchen1223 / WSCS

project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSCS

Wireless Signal Coverter System based on github.com/homeworkc/lazycast and https://github.com/FD-/RPiPlay

how to use ?

  1. ./requirement.sh
  2. cd lazycast
  3. ./makefile.sh
  4. ./all.sh

if you want it to start on boot Append this line to /etc/xdg/lxsession/LXDE-pi/autostart:

@lxterminal -l --working-directory= -e ./all.sh

For example, if lazycast is placed under ~/ (which corresponds to /home/pi/), append the following line to the file:

@lxterminal -l --working-directory=/home/pi/lazycast -e ./all.sh

About

project


Languages

Language:C++ 64.2%Language:C 29.4%Language:Objective-C 5.9%Language:Python 0.2%Language:Makefile 0.1%Language:CMake 0.1%Language:Shell 0.1%Language:M4 0.0%Language:HTML 0.0%