-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
How to use: | ||
Server: | ||
Open file and change the host IP and the socket to whatever you choose default is 127.0.0.1 note: unsure whether host IP works for public IPs or any IP that is not the local machine | ||
Open file and change the host IP and the socket to whatever you choose default is 127.0.0.1 | ||
note: unsure whether host IP works for public IPs or any IP that is not the local machine | ||
If desired, change port on line 4. 5000 seems to work currently | ||
Big note: do not change port to a value lower than 1024. Generally, if the port is lower than 1024, the program will NOT run. | ||
Client: Change host IP and port to match the server. | ||
|
||
Make sure you the server is running before you lauch the client. Launching the client before launching the server will not work, and you will have to relaunch the client. | ||
Make sure you the server is running before you lauch the client. Launching the client before launching the server will not work, and you will have to relaunch the client. |