You can take a PC or RaspberryPi with a camera on it and watch the camera stream from anywhere without a central server
the latest Development Snapshot can be downloaded from CircleCI, here
the latest Development Snapshot can be downloaded from CircleCI, here
# 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.
# 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.