Update home authored by Justine,Catli's avatar Justine,Catli
...@@ -31,7 +31,7 @@ You may encounter problems on cloning some of the repositories because it ask yo ...@@ -31,7 +31,7 @@ You may encounter problems on cloning some of the repositories because it ask yo
# Run # Run
When you have every software and files needed, you can start running all that is needed. When you have every software and files needed, you can start running all that is needed.
### Server ### Server
On the server side, you have some modifications to do. Go to the folder where you cloned the pubub repository, and go to the python_rpc folder. On the server side, you have some modifications to do. Go to the folder where you cloned the pubsub repository, and go to the python_rpc folder.
* Open the file `rpc_client.py`, and modify `(HOST, PORT)` to whatever you want the rpc_client script to run on. * Open the file `rpc_client.py`, and modify `(HOST, PORT)` to whatever you want the rpc_client script to run on.
* Open the file `tl.py`, and modify `HOST, PORT` to whatever you want the traffic light script to run on. Choose a different port than rpc_client.py. * Open the file `tl.py`, and modify `HOST, PORT` to whatever you want the traffic light script to run on. Choose a different port than rpc_client.py.
... ...
......