A simple video call (ascii) application using Python sockets.
- Python 3.x installed on both client and server machines
- Network connectivity between client and server
- Navigate to the server directory
- Run the server:
python server.pyServer will start listening on default port 5000
- Navigate to the client directory
- Run the client:
python client.py- Ensure server is running before starting client
- Default connection is localhost
- Modify host/port in code if running on different machines