A Python client-to-client (one-to-one) chat room application utilizing TCP / IP.
- Enter the folder where the code is stored.
- Right click to open menu.
- Click 'Open in terminal' option.
- Enter the executable script for the code in your respective system.
To setup multi-device connection, set the server host to the main machine
IP address and the port to an unused port. Then, set clients to that IP and the
ports should match. Once that is completed, run and watch the magic.
The host connection program that connects each client to each other.
Setup as the main access point for clients to communicate.
The clients connecting to the host or the server. The server must be
running for the clients to connect then communication can begin.