Skip to content

zoff99/ToxCam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToxCam

You can take a PC or RaspberryPi with a camera on it and watch the camera stream from anywhere without a central server

Build Status

CircleCI: CircleCI Travis: Build Status

Development Snapshot Version (Linux)

the latest Development Snapshot can be downloaded from CircleCI, here

Development Snapshot Version (Raspberry PI)

the latest Development Snapshot can be downloaded from CircleCI, here

install on PI

# as user pi:
git clone https://github.com/zoff99/ToxCam
cd ToxCam/toxcam
chmod u+rwx loop_services.sh loop_tor_services.sh update_from_ci.sh scripts/*.sh
./update_from_ci.sh
sudo apt-get install luvcview
sudo sed -i -e "s#exit 0#su - pi bash -c '/home/pi/ToxCam/toxcam/loop_services.sh' > /dev/null 2>/dev/null \&\nexit 0#" /etc/rc.local

then reboot now ToxCam should be active already. get the ToxID

cat /home/pi/ToxCam/toxcam/toxcam.log|grep MyToxID|cut -d: -f3

note down the ToxID of your ToxCam and add it as friend from another ToxClient.

install on PI with Tor

# as user pi:
git clone https://github.com/zoff99/ToxCam
cd ToxCam/toxcam
chmod u+rwx loop_services.sh loop_tor_services.sh update_from_ci.sh scripts/*.sh
./update_from_ci.sh
sudo apt-get install luvcview
sudo apt-get install tor tor-arm
sudo sed -i -e "s#exit 0#su - pi bash -c '/home/pi/ToxCam/toxcam/loop_tor_services.sh' > /dev/null 2>/dev/null \&\nexit 0#" /etc/rc.local

then reboot now ToxCam should be active already. get the ToxID

cat /home/pi/ToxCam/toxcam/toxcam.log|grep MyToxID|cut -d: -f3

note down the ToxID of your ToxCam and add it as friend from another ToxClient.

Releases

No releases published

Packages

No packages published