This project was created in accordance with the CSNETWK Project: Local Social Networking Protocol (LSNP)
Follow these steps to get a local copy up and running on your machine.
- Install Python in your machine.
- Clone the repository:
git clone https://github.com/Immern/CSNETWK-Final-Project.git
- Navigate to the project directory:
cd /CSNETWK-Final-Project/CSNETWK MP
- After making sure you are in the correct directory, open at least 2 terminals and run the following command:
- Terminal 1:
python main.py --mode simulate --ip 127.0.0.1
- Terminal 2:
python main.py --mode simulate --ip 127.0.0.2
- Terminal 1:
- Type in your username in both terminals. This instantiates a host within the local server and creates a User ID.
- Type 'help' to get a list of the commands available.