Skip to content

Commit

Permalink
Update Manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spacive authored Nov 7, 2024
1 parent cee0042 commit 7282ef4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Manual.md
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.

0 comments on commit 7282ef4

Please sign in to comment.