No description
chat_example.json | ||
encryption.py | ||
main.py | ||
README.md |
Server
python main.py server 127.0.0.1 8999 --path chat_example.json
Client
python main.py client 127.0.0.1 8999 --path chat_example.json
chat_example.json | ||
encryption.py | ||
main.py | ||
README.md |
python main.py server 127.0.0.1 8999 --path chat_example.json
python main.py client 127.0.0.1 8999 --path chat_example.json