|
||
---|---|---|
.. | ||
picotalk | ||
README.md | ||
setup.py |
README.md
Install on Debian
Install prerequisites:
sudo apt install python3-pyaudio python3-numpy python3-scipy python3-aiohttp python3-nacl
For the server only the following is necessary
sudo apt install python3-numpy python3-nacl
Optionally install uvloop
for higher performance:
sudo apt install python3-uvloop
Run the client
python3 picotalk-client.py -s my.server.com -r mySecretRoom
Run the server
python3 picotalk-server.py # Use --uvloop to use uvloop.