You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## A simple server/client program written in python.
2
3
3
-
Run network_server_main.py to start the server. It includes a terminal interface to run some basic commands.
4
-
Run network_client.py to connect to a server using ip and port. It uses a terminal interface to send commands to a server. While it is built to connect to the included server, it can be used to connect to any text based server, though ineffectively in most cases.
4
+
Run *network_server_main.py* to start the server. It includes a terminal interface to run some basic commands.
5
+
Run *network_client.py* to connect to a server using ip and port. It uses a terminal interface to send commands to a server. While it is built to connect to the included server, it can be used to connect to any text based server, though ineffectively in most cases.
5
6
6
-
Anything under the downloadable (or configured using configfile.py) directory can be downloaded by a client using the download command, and should not contain sensitive data
7
+
Anything under the *downloadable* (or configured using *configfile.py*) directory can be downloaded by a client using the download command, and should not contain sensitive data
0 commit comments