Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

wasv/intercom

Repository files navigation

Intercom

CSH Intercom Project.

Install dependencies

# Python 2.7
sudo apt-get install python-pip espeak python-dev
pip install -r requiremnets.txt

# Python 3.4
sudo apt-get install python3-pip espeak python3-dev
pip3 install -r requirements.txt

or

./setup.sh

Start the server

python server/server.py

or (requires rkt)

sudo ./build-server-intercom.sh
sudo rkt run --insecure-options=image wasv.me/intercom

Client setup

echo [your server ip] >> server.key.txt
python client/client.py

Send a message

python utils/send.py

Future plans

  • Absolute times instead of delays.
  • Web Interface

About

CSH Intercom project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •